I have this command that I'm told will do a full backup of Subversion (tell me if that's not true):
svnadmin dump /shared/svnrepos | gzip /shared/backup/snvfull.svn.gz
I'm not a Linux person. I just simply want it to run nightly at 7pm and overwrite the file nightly. It takes quite a while to run though (around 4-5 hours creating around a 28GB file)
Can someone please tell me how to set it up as a cron job in Linux as the root user? (It's Gentoo if that matters)
If it's easier to run a Windows task from the "backup server" just let me know how to create that task to remote in via SSH and run that command as the root user.
Thank you!
P.S. if there's a better/easier way to backup a large SVN, please let me know...I know nothing about Subversion but I'm still stuck dealing with it.