|
|
Backing up the CVS Repository - (CVSNT / Release 2.0.14)
by Jeff Hunter, Sr. Database Administrator
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