Can somebody tell me which is the best way to backup a sps, and to restorethis backup.Are there some tools?Is there a possibility to undelete deleted files, or a mechanism to copydeleted files automaticly to a spezial folder?
We have the following:1. Create a backup directory c:\backup2. Create 2 simple bat files: backup.bat and restore.bat3. copy this to backup.batcd d:\sharep~1\bincscript msdmback.vbs -b %1\%2cd %1where %1 is the directory of the backup and %2 is the name of the file.An example is: backup c:\backup 24abr02.bakWith restore.bat just change -b for -rThis is just a simple procedure, maybe can help you.
You can easly take the backup of sps usig "MSDMBack"Goto your sharepoint portal server folder and then binfolder in dos promptrun the following commandMSDMBack /b “c:\mybackup\backup1” press ENTER.backup1 is your backup file name.