We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem backup.xml omits available tasks, which appear in a code listing on configuration.xml these are all omitted:
backup.xml
configuration.xml
<parameter name="dir" value="backup"/> <parameter name="suffix" value=".zip"/> <parameter name="prefix" value="backup-"/> <parameter name="collection" value="/db"/> <parameter name="user" value="admin"/> <parameter name="password"/> <parameter name="zip-files-max" value="28"/>
In addition the inline comments mention output-dir which either clashes with dir here or is another parameter.
output-dir
dir
see eXist-db/exist#3238 see #308
5.2.0
5.2.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
fix(backup-task): address inconsistencies with configuration
8624887
add test close eXist-db#308 close eXist-db#437
63b2a4b
No branches or pull requests
Describe the problem
backup.xml
omits available tasks, which appear in a code listing onconfiguration.xml
these are all omitted:In addition the inline comments mention
output-dir
which either clashes withdir
here or is another parameter.see eXist-db/exist#3238
see #308
Please provide the following
5.2.0
5.2.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: