Zope Backup Tool
Zope Dumper
- Zope Backup Tool - Version 1.1
usage: zopedumper.py [options] base-url out-dir
options:
-h, --help Get usage help
-v, --verbose Display progress when downloading
-t, --timeout Set socket timeout, Python >= 2.3 only
-s, --silent Only prints errors
-n, --dry-run Dry run (no actions)
-x, --xml Export using xml
-u, --username Basic auth username
-p, --password Basic auth password
Example:
zopedumper.py -u john -p secret http://localhost:8080/ exports
Will dump zope root folders (except control panel and temp)
Note: you need python-xml and python-davlib
