
I would suggest that you take a full dump of the SVN repository once a week with the svn dump command, and incremental dump on a daily basis again with the svn dump command with incremental parameter. Again, its a good practice to load the dump from time to time in order to check the integrity of the dump and make sure that nothing is messed up.
what is the best practise to take svn repos backup in linux if repos size are huge size say exmaple
ttoal 100 repo size is 2 TB and we need this script and whethere we have t o use svnadmin hotcopy or sanadmin dump command
Pages