1 parent 4c6851d commit d4b8c61Copy full SHA for d4b8c61
1 file changed
admin_manual/configuration_files/trashbin_configuration.rst
@@ -264,6 +264,11 @@ To expire eligible items for one or more accounts:
264
265
sudo -E -u www-data php occ trashbin:expire USER_ID_1 USER_ID_2
266
267
+When no account IDs are provided, the command automatically discovers accounts
268
+that have previously logged in. This normally covers all accounts that can have
269
+trash-bin contents. For an account with imported or otherwise provisioned
270
+trash-bin data but no recorded login, provide its account ID explicitly.
271
+
272
The command displays a progress bar when processing all accounts. Use
273
``--quiet`` to suppress the progress bar:
274
0 commit comments