SVN Backup using rsync command
Posted
by user37143
on Server Fault
See other posts from Server Fault
or by user37143
Published on 2010-04-19T09:28:46Z
Indexed on
2010/04/19
9:33 UTC
Read the original article
Hit count: 482
Hi,
I setup a cron for taking backup of my SVN repo( 8 GB) to another server. But some times I get errors and I feel that this is not the proper way to back an svn to a remote server.
I used the command rsync -avz myrepo.
Please suggest me a good way to do svn backup to a remote server. I cannot zip the files and transfer it daily since it's 7 GB.
Thanks
© Server Fault or respective owner