Daily backup of Subversion
Tuesday, July 26th, 2005In case anyone needs to make a windows batch file to automate Subversion backups, here is mine.
The windows task scheduler runs this batch file once a day to make a daily backup of my Subversion repository. You’d have to change the filepaths and such to use it, but maybe it’s useful.
DailyBackup.bat
::Reset final backup storage:
rmdir […]
