Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-11-03 22:41:50 +0300
committerGitHub <noreply@github.com>2020-11-03 22:41:50 +0300
commitb73e1c0a996116cd79e75ed3a91e108cc3166885 (patch)
tree0e0706e9af382344fff1894472824097fe4544d3 /README.md
parent2afbff12c945dfc9256a71c11c6b1a91df4428e1 (diff)
Added command to empty trashbin
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 572e335e..11f1c15b 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ Group folders can be configured on the command line (cli) using the `occ` comman
- `occ groupfolders:quota <folder_id> [<quota>|unlimited]` &rarr; set a quota for a group folder
- `occ groupfolders:rename <folder_id> <name>` &rarr; rename a group folder
- `occ groupfolders:scan <folder_id>` &rarr; trigger a filescan for a group folder
+- `occ groupfolders:trashbin:cleanup ` &rarr; empty the trashbin of all group folders
### Configuring advanced permissions trough occ