Create a new vssbackup. BAT file in the VSS Win32 Directory.
The content is as follows:
@ Echo off
@ Title backing up sourcesafe Databases
Echo delete old archive file
Rem === E: \ penavicobackup. SSA is the target VSS database ====
Rem === delete an old database backup ==========================
Del-f e: \ penavicobackup. Ssa
Rem === archive source database ========================
Ssarc.exe-D-yadmin, password E: \ penavicobackup. Ssa $/
Echo finished backups
@ Echo on
Then
Start Menu-Program-Attachment-System Tools-task scheduler-add Task Scheduler
Next-browse-find the vssbackup. BAT file, and then select daily-time preferably when you do not work at night
-Enter the password of the system administrator.-complete.
The next thing is that the computer backs up your source safe document at the specified time every day.
It is better to back up data between two machines. E: The mapped network drive.
-----------------
For remote source safe archive to local,
It is best to specify the path of srcsafe. ini
For example, ssarc. exe-S \ Server IP \ D $ \ vssproject \ Project E: \ penavicoxm20060606.ssa
The success rate is very high.