-
Notifications
You must be signed in to change notification settings - Fork 0
svndump
opichon edited this page Oct 27, 2012
·
7 revisions
- Install subversion-tools
The directory containing your repositories.
default:
/var/lib/svn
The directory in which to store the repository dumps.
default:
/var/backups/svndump
The temporary directory to create the dumps. This directory is deleted after the backup completes successfully.
default:
/var/backups/svndump.tmp
The command to use.
default:
/usr/bin/svnadmin dump -q
The repositories to back up. A space-separated list of repository names. The repositories must be located under the directory indicated as "src". Specify "all" to backup all the repositories under "src".
default:
all
Whether to compress the resulting backup file. This option is not supported yet. Currently all backups are compressed using bzip2.