Friday, 5 August 2011

Back up by using STSADM Command

STSADM Backup Syntax

For site collection backup
stsadm -o backup
   -url<URL name>
   -filename<file name>
   [-overwrite]
For catastrophic backup
stsadm -o backup
   -directory<UNC path or local drive>
   -backupmethod<full or differential>
   [-item]<created path from tree>
   [-percentage]<integer between 1 and 100>
   [-backupthreads]<integer between 1 and 10>
   [-showtree]
   [-quiet]

No comments:

Post a Comment