Skip to content
opichon edited this page Oct 27, 2012 · 7 revisions

svndump syntax configuration

Requirements

  • Install subversion-tools

Configuration options

src

The directory containing your repositories.

default:

/var/lib/svn

dest

The directory in which to store the repository dumps.

default:

/var/backups/svndump

tmp

The temporary directory to create the dumps. This directory is deleted after the backup completes successfully.

default:

/var/backups/svndump.tmp

SVNDUMP

The command to use.

default:

/usr/bin/svnadmin dump -q

repos

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

compress

Whether to compress the resulting backup file. This option is not supported yet. Currently all backups are compressed using bzip2.

Clone this wiki locally