Skip to content

Commit e92054e

Browse files
authored
Merge pull request #699 from dizzzz/feature/remove_zip_limit
[documentation] Remove comment on ZIP restriction
2 parents 4acadd5 + 54fea6c commit e92054e

File tree

2 files changed

+23
-40
lines changed

2 files changed

+23
-40
lines changed

src/main/xar-resources/data/backup/backup.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<info>
88
<title>Database Backup and Restore</title>
9-
<date>1Q20</date>
9+
<date>4Q21</date>
1010
<keywordset>
1111
<keyword>operations</keyword>
1212
</keywordset>
@@ -105,14 +105,6 @@
105105
the new installation of eXist, as described in the <link xlink:href="#restore"
106106
>following steps.</link> </para>
107107
</warning>
108-
<important>
109-
<para>Due to limitations of the ZIP format, please make sure the size of your zipped
110-
backup does not exceed 4 gigabytes. All backup methods support backups to the file
111-
system as an alternative.</para>
112-
</important>
113-
114-
115-
116108
</sect1>
117109

118110
<sect1 xml:id="server-side-backup">

src/main/xar-resources/data/backup/listings/listing-7.txt

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)