Skip to content

[documentation] Remove comment on ZIP restriction #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions src/main/xar-resources/data/backup/backup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<info>
<title>Database Backup and Restore</title>
<date>1Q20</date>
<date>4Q21</date>
<keywordset>
<keyword>operations</keyword>
</keywordset>
Expand Down Expand Up @@ -105,14 +105,6 @@
the new installation of eXist, as described in the <link xlink:href="#restore"
>following steps.</link> </para>
</warning>
<important>
<para>Due to limitations of the ZIP format, please make sure the size of your zipped
backup does not exceed 4 gigabytes. All backup methods support backups to the file
system as an alternative.</para>
</important>



</sect1>

<sect1 xml:id="server-side-backup">
Expand Down
53 changes: 22 additions & 31 deletions src/main/xar-resources/data/backup/listings/listing-7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,42 @@ backup.sh --h
Usage: backup.sh [Arguments]

Arguments:
-a, --overwrite-apps overwrite newer applications
installed in the database.
-a, --overwrite-apps Overwrite newer applications installed in the database.
Default: disabled
-b, --backup <string> backup the specified collection.
-b, --backup <string> Backup the specified collection.
<string>: any string
Default:
-d, --dir <path> specify the directory to use for
backups.
Default:
-d, --dir <path> Specify the directory to use for backups.
<path>: a file path
Default: /Users/aretter/code/exist.maven/.
Default: .
--deduplicate-blobs <boolean> Deduplicate BLOBS in the backup.
<boolean>: true or false
Default: false
-h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
-h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for.
Default: If no specific parameter is given the whole usage text is given
-o, --option<string>=<string> specify extra options:
property=value. For available properties see client.
properties.
-o, --option<string>=<string> Specify extra options:
property=value. For available properties see client.properties.
<string>=<string>: where "<string>" is any string and "<string>" is any string
Default: Empty map
-p, --password <string> set the password for connecting to
the database.
-p, --password <string> Set the password for connecting to the database.
<string>: any string
Default:
-P, --dba-password <string> if the backup specifies a different
password for the admin user, use this option
to specify the new password. Otherwise
you will get a permission denied
Default:
-P, --dba-password <string> If the backup specifies a different password for the admin user, use this option
to specify the new password. Otherwise you will get a permission denied.
<string>: any string
Default:
-q, --quiet be quiet. Just print errors.
Default:
-q, --quiet Be quiet. Just print errors.
Default: disabled
-r, --restore <path> read the specified __contents__.xml
file and restore the resources described
there.
-r, --restore <path> Restore from the specified 'full' backup file in ZIP format, or read the
specified __contents__.xml file and restore the resources described in there.
<path>: a file path
Default: /Users/aretter/code/exist.maven/.
-R, --rebuild rebuild the EXpath app repository
after restore.
Default: .
-R, --rebuild Rebuild the EXpath app repository after restore.
Default: disabled
-S, --use-ssl Use SSL by default for remote
connections
-S, --use-ssl Use SSL by default for remote connections.
Default: disabled
-u, --user <string> set user.
-u, --user <string> Set user.
<string>: any string
Default: admin
-U, --gui start in GUI mode
Default: disabled
-U, --gui Start in GUI mode.
Default: disabled