Backups with svnadmin dump using -r ?
From: Adam Funk <a24061_at_ducksburg.com>
Date: Wed, 14 Oct 2009 19:54:21 +0100
At the moment I back up my repository using this script from a cron
#v+
pushd /var/scratch/backups
and I later copy the back-up file somewhere safe. The repository is
svnadmin dump -q -r 600:HEAD ${REPOS} >${DUMP_NAME}
and I need to restore the repository from the back-up, does that mean
Thanks,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.