svn backups
From: Ruslan Sivak <rsivak_at_istandfor.com>
Date: 2007-11-09 03:01:24 CET
I found a nice command line that allows you to do a svnbackup and a
svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5
The problem is I need to split the backups, so this doesn't really work. Is there perhaps another way of piping things to allow for splitting of the backups? Currently I'm doing something like this
svnadmin dump --deltas /repo |bzip2 |split - -b 64m
Is there a way to do this all in one step?
Russ
---------------------------------------------------------------------
|
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.