svn-backup-dumps --version (return code: 0)
svn-backup-dumps 0.6
svn-backup-dumps --help (return code: 0)
Usage: svn-backup-dumps.py [options] repospath dumpdir
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-b compress the dump using python bzip2 library.
-i perform incremental relative to last dump.
--deltas pass --deltas to svnadmin dump.
-c CNT count of revisions per dumpfile.
-o overwrite files.
-O overwrite all files.
-q quiet.
-r REV revision number for single rev dump.
-t TRANSFER transfer dumps to another machine (s.a. --help-
transfer).
-z compress the dump using python gzip library.
--bzip2-path=BZIP2_PATH
compress the dump using bzip2 custom command.
--gzip-path=GZIP_PATH
compress the dump using gzip custom command.
--svnadmin-path=SVNADMIN_PATH
svnadmin command path.
--svnlook-path=SVNLOOK_PATH
svnlook command path.
--help-transfer shows detailed help for the transfer option.