SVN Backup using rsync command
- by user37143
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