diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 43551f4b5..3beb94863 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1138,7 +1138,7 @@ Trashbin :: trashbin - trashbin:cleanup [--all-users] [--] [...] Remove deleted files + trashbin:cleanup [--all-users] [--] [...] Permanently remove deleted files trashbin:restore [--all-users] [--] [...] Restore deleted files .. note:: @@ -1148,7 +1148,7 @@ Trashbin The ``trashbin:cleanup [--all-users] [--] [...]`` command removes the deleted files of the specified users in a space-delimited list, or all users if --all-users is specified. -This example removes the deleted files of all users:: +This example permanently removes the deleted files of all users:: sudo -u www-data php occ trashbin:cleanup --all-users Remove all deleted files for all users @@ -1159,7 +1159,7 @@ This example removes the deleted files of all users:: rosa edward -This example removes the deleted files of users molly and freda:: +This example permanently removes the deleted files of users molly and freda:: sudo -u www-data php occ trashbin:cleanup molly freda Remove deleted files of molly @@ -1175,6 +1175,10 @@ This example restores the deleted files of all users:: This example restores the deleted files of users molly and freda:: sudo -u www-data php occ trashbin:restore molly freda + +.. note:: + This command only restores Users deleted files. + If you're using Group Folders app, such files are not restored. .. _user_commands_label: