Skip to content

Commit 4403f75

Browse files
authored
Merge pull request #12359 from nextcloud/backport/11805/stable29
[stable29] fix(trashbin): Add missing size/expire commands to occ commmand list
2 parents 168e5a2 + 4e13ba7 commit 4403f75

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

admin_manual/configuration_server/occ_command.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,14 +1273,16 @@ units.
12731273
Trashbin
12741274
--------
12751275

1276-
::
1276+
These commands allow for manually managing various aspects of the trash bin (deleted files)::
12771277

12781278
trashbin
1279-
trashbin:cleanup [--all-users] [--] [<user_id>...] Permanently remove deleted files
1280-
trashbin:restore [--all-users] [--scope[=SCOPE]] [--since[=SINCE]] [--until[=UNTIL]] [--dry-run] [--] [<user_id>...] Restore deleted files according to the given filters
1279+
trashbin:cleanup Permanently remove deleted files
1280+
trashbin:expire Expires the users trashbin
1281+
trashbin:size Configure the target trashbin size
1282+
trashbin:restore Restore all deleted files according to the given filters
12811283

12821284
.. note::
1283-
This command is only available when the "Deleted files" app
1285+
These commands are only available when the "Deleted files" app
12841286
(``files_trashbin``) is enabled.
12851287

12861288
The ``trashbin:cleanup [--all-users] [--] [<user_id>...]`` command removes the deleted files of the specified

0 commit comments

Comments
 (0)