Feb 10
SharePoint Backup (Diff and Full)

To backup SharePoint using the STSADM command you will need to create a .bat file and use the following syntax and create a Windows scheduled task to run at the desired time.

Here is an example of the Task Scheduler

DIFFERENTIAL

cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
\stsadm.exe -o backup -directory \\UNC -backupmethod differential

FULL

cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
\stsadm.exe -o backup -directory \\UNC -backupmethod full​

Comments

There are no comments for this post.

 ‭(Hidden)‬ Blog Tools