Re: Backups with svnadmin dump using -r ?
From: Stein Somers <ssomers_at_opnet.com>
Date: Thu, 15 Oct 2009 12:30:14 +0200
I back up using:
svnadmin dump --incremental -r 600:HEAD ${REPOS} >${DUMP_NAME}
and keep a backup of revisions 1:599 separately. You only need to dump those
When recreating the repository, just load each dump file in sequence or cat
-- Stein ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407840 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-10-15 12:31:37 CEST |
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.