I'm looking for example of scripts people are using to automate the backup of MOSS 2007 and WSS 3.0. Would be great to have built in support for various types and schedule of backup.
|
feedback
|
|
Here is a powershell solution - it is pretty flexible and can backup everything you need to restore your site, or just individual site collections. | |||
|
feedback
|
|
We have a very small setup and run a full backup nightly. One batch script that looks like this:
Then to clean up every N days the backups I use BackupCleanup.vbs. Check the comments at the top for testing. Usage:
| |||
|
feedback
|
|
SQL Server has some pretty good tools for that. And a content database backup is pretty useful for most disaster recovery models. | |||
|
feedback
|