[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: hot-backup problems

From: Kai Hendry <hendry_at_cs.helsinki.fi>
Date: 2004-02-13 14:19:29 CET

NFS? Berkely DB and NFS do not mix very well.

http://subversion.tigris.org/project_faq.html#nfs

Here is my backup shell script which seems to work:

rm -rf /tmp/backup-repo
svnadmin hotcopy /home/hendry/repo /tmp/backup-repo && rsync -az --stats /tmp/backup-repo melkinpaasi.cs.helsinki.fi:/home/fs/hendry/backups/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 13 14:16:51 2004

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.