One the easiest ways in which to backup the CVS Repository on Windows is to schedule a task that runs under and known account. Put the following into a batch file and run it from the schedule: net stop CVS
xcopy d:\cvsrepo \\server\cvsbackup /Q /S /C /H /R /O /Y
net start CVS
No comments:
Post a Comment