mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #12361 from nextcloud/backport/11805/stable30
[stable30] fix(trashbin): Add missing size/expire commands to occ commmand list
This commit is contained in:
@@ -1288,14 +1288,16 @@ units.
|
||||
Trashbin
|
||||
--------
|
||||
|
||||
::
|
||||
These commands allow for manually managing various aspects of the trash bin (deleted files)::
|
||||
|
||||
trashbin
|
||||
trashbin:cleanup [--all-users] [--] [<user_id>...] Permanently remove deleted files
|
||||
trashbin:restore [--all-users] [--scope[=SCOPE]] [--since[=SINCE]] [--until[=UNTIL]] [--dry-run] [--] [<user_id>...] Restore deleted files according to the given filters
|
||||
trashbin:cleanup Permanently remove deleted files
|
||||
trashbin:expire Expires the users trashbin
|
||||
trashbin:size Configure the target trashbin size
|
||||
trashbin:restore Restore all deleted files according to the given filters
|
||||
|
||||
.. note::
|
||||
This command is only available when the "Deleted files" app
|
||||
These commands are only available when the "Deleted files" app
|
||||
(``files_trashbin``) is enabled.
|
||||
|
||||
The ``trashbin:cleanup [--all-users] [--] [<user_id>...]`` command removes the deleted files of the specified
|
||||
|
||||
Reference in New Issue
Block a user