Doc: Add "Clean up unused drive files" section

This commit is contained in:
syuilo 2018-07-15 14:35:22 +09:00
parent 05d5e70c58
commit a427b7a1af
2 changed files with 12 additions and 0 deletions

View file

@ -27,3 +27,9 @@ node cli/suspend @syuilo@misskey.xyz
``` shell
node cli/clean-cached-remote-files
```
## Clean up unused drive files
``` shell
node cli/clean-unused-drive-files
```
> We recommend that you announce a user that unused drive files will be deleted before performing this operation, as it may delete the user's important files.

View file

@ -27,3 +27,9 @@ node cli/suspend @syuilo@misskey.xyz
``` shell
node cli/clean-cached-remote-files
```
## 使われていないドライブのファイルをクリーンアップする
``` shell
node cli/clean-unused-drive-files
```
> ユーザーの大事なファイルを削除する可能性があるので、この操作を実行する前にユーザーに告知することをお勧めします。