Skip to content

Commit f491b0c

Browse files
committed
Document occ commands
Signed-off-by: Christopher Ng <[email protected]>
1 parent 6f074e3 commit f491b0c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,21 @@ This app allows users to easily migrate from one instance to another using an ex
3030

3131
### Import into your new instance
3232
![Import file selection](screenshots/import.png)
33+
34+
---
35+
36+
## `occ` Commands
37+
38+
The following [`occ`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) commands are available. For a full description of command usage please pass the `--help` flag.
39+
40+
### Export
41+
42+
```
43+
occ user:export [options] [--] [<user> [<folder>]]
44+
```
45+
46+
### Import
47+
48+
```
49+
occ user:import [options] [--] <archive>
50+
```

0 commit comments

Comments
 (0)