Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > Re: Backups with svnadmin dump using -r ?

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: Backups with svnadmin dump using -r ?

Author steinsomers
Full name Stein Somers
Date 2009-10-15 03:30:16 PDT
Message 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
old revisions once, provided the 600 cutoff point is old enough so that there
is no desire to change revision properties like the log (if you allow that at
all).

When recreating the repository, just load each dump file in sequence or cat
them. It actually saves time, because you can start restoring the first wave
of revisions while you're still downloading the dump file with the later
revisions.

--
Stein

« Previous message in topic | 4 of 5 | Next message in topic »

Messages

Show all messages in topic

Backups with svnadmin dump using -r ? Adam Funk <a24061 at ducksburg dot com> Adam Funk <a24061 at ducksburg dot com> 2009-10-14 12:15:09 PDT
     Re: Backups with svnadmin dump using -r ? ryandesign Ryan Schmidt 2009-10-14 21:44:22 PDT
         RE: Backups with svnadmin dump using -r ? <Ullrich dot Jans at elektrobit dot com> <Ullrich dot Jans at elektrobit dot com> 2009-10-15 02:37:54 PDT
             Re: Backups with svnadmin dump using -r ? steinsomers Stein Somers 2009-10-15 03:30:16 PDT
     Re: Backups with svnadmin dump using -r ? Adam Funk <a24061 at ducksburg dot com> Adam Funk <a24061 at ducksburg dot com> 2009-10-19 05:15:59 PDT
Messages per page: