SharePoint Backup using stsadm

Posted by: Justin

A complicated beast, SharePoint is!
I have worked with various installations of different sizes and importance.
A quick-and-dirty way to back the entire site and db is to use the stsadm tool.

Part 1
“C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\stsadm.exe” -o backup -directory C:\SharePointBackups -backupmethod full
I would put this into a batch file to run daily. One thing Microsoft [...]