Zope Backup Tool
Zope Dumper
- Zope Backup Tool - Version 2.0
usage: zopedumper.py [options] base-url out-dir
options:
-h, --help Get usage help
-v, --verbose Verbose execution
-s, --progress Display progress while downloading (implies verbose)
-n, --dry-run Dry run (no actions)
-z, --gzip=level Compress output files using gzip
-j, --bzip2=level Compress output files using bzip2
-t, --timeout=sec Set reponse timeout
-u, --username=user Basic auth username
-p, --password=pass Basic auth password
Example:
zopedumper.py -u john -p secret http://localhost:8080/ exports
Will dump zope root folders (except control panel and temp)
