Computer And Technologies

Computer And Technologies: Backing up the CVS Repository - (CVSNT-Window)

Wednesday 6 May 2009

Backing up the CVS Repository - (CVSNT-Window)

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