@@ -3,51 +3,42 @@ backup.sh --h
33 Usage: backup.sh [Arguments]
44
55 Arguments:
6- -a, --overwrite-apps overwrite newer applications
7- installed in the database.
6+ -a, --overwrite-apps Overwrite newer applications installed in the database.
87 Default: disabled
9- -b, --backup <string> backup the specified collection.
8+ -b, --backup <string> Backup the specified collection.
109 <string>: any string
11- Default:
12- -d, --dir <path> specify the directory to use for
13- backups.
10+ Default:
11+ -d, --dir <path> Specify the directory to use for backups.
1412 <path>: a file path
15- Default: /Users/aretter/code/exist.maven/ .
13+ Default: .
1614 --deduplicate-blobs <boolean> Deduplicate BLOBS in the backup.
1715 <boolean>: true or false
1816 Default: false
19- -h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
17+ -h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for.
2018 Default: If no specific parameter is given the whole usage text is given
21- -o, --option<string>=<string> specify extra options:
22- property=value. For available properties see client.
23- properties.
19+ -o, --option<string>=<string> Specify extra options:
20+ property=value. For available properties see client.properties.
2421 <string>=<string>: where "<string>" is any string and "<string>" is any string
2522 Default: Empty map
26- -p, --password <string> set the password for connecting to
27- the database.
23+ -p, --password <string> Set the password for connecting to the database.
2824 <string>: any string
29- Default:
30- -P, --dba-password <string> if the backup specifies a different
31- password for the admin user, use this option
32- to specify the new password. Otherwise
33- you will get a permission denied
25+ Default:
26+ -P, --dba-password <string> If the backup specifies a different password for the admin user, use this option
27+ to specify the new password. Otherwise you will get a permission denied.
3428 <string>: any string
35- Default:
36- -q, --quiet be quiet. Just print errors.
29+ Default:
30+ -q, --quiet Be quiet. Just print errors.
3731 Default: disabled
38- -r, --restore <path> read the specified __contents__.xml
39- file and restore the resources described
40- there.
32+ -r, --restore <path> Restore from the specified 'full' backup file in ZIP format, or read the
33+ specified __contents__.xml file and restore the resources described in there.
4134 <path>: a file path
42- Default: /Users/aretter/code/exist.maven/.
43- -R, --rebuild rebuild the EXpath app repository
44- after restore.
35+ Default: .
36+ -R, --rebuild Rebuild the EXpath app repository after restore.
4537 Default: disabled
46- -S, --use-ssl Use SSL by default for remote
47- connections
38+ -S, --use-ssl Use SSL by default for remote connections.
4839 Default: disabled
49- -u, --user <string> set user.
40+ -u, --user <string> Set user.
5041 <string>: any string
5142 Default: admin
52- -U, --gui start in GUI mode
53- Default: disabled
43+ -U, --gui Start in GUI mode.
44+ Default: disabled
0 commit comments