With version 1.0, I was able to setup a batch file to run nightly backups withthe msdmback command. Does anybody know how I can set this up for version 2.0? Inoticed there is a msdmback command in version 2.0 also. Can I use this samecommand?
There is a utility for Sharepoint Portal Server called SPSBAckup.exeRun SPSBAckup /? To see the options. It can be scripted but I have beenvery unsuccessful so far
If anybody is interested, here is a bat file that will automate yourbackups:@echo offecho =================================================echo Backup for SharePoint Portal 2003 Serverecho =================================================c:cd \Program Files\SharePoint Portal Server\Bin@echo offspsbackup.exe /all /file d:\backups\filenameecho completed