Re: Backup and Incremental Backup Perl Scripts
From: Edward Q. Bridges <ebridges_at_eqbridges.com>
Date: 2005-05-19 03:26:01 CEST
Here's what I use:
#!/bin/bash
REPOS=$1
BACKUP_DIR=/var/backups/subversion
`svnadmin dump $REPOS --revision $REV --incremental | gzip > $FILENAME`
This gets called from the post-commit hook script like so:
/usr/lib/subversion/hook-scripts/incremental-backup.sh "$REPOS" "$REV"
HTH
Hughes, Trystan wrote:
>Hi all,
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.