When I backup via stsadm (Stsadm -o backup -overwrite -url %mysite% -backupmethod full -filename %file%) I get a file size of 1.5gb. I just looked on our sql server and the database is around 18gb. I was under the impression that using the 'full' parameter in stsadm was capturing the entire site, am I wrong? Should I be using a 3rd-party utility to do this instead?
feedback
|
|
I was looking at the properties of each database to determine the size. Turns out the log files were getting extremely large. I shrank them following the instructions here: http://geekswithblogs.net/RogueCoder/archive/2008/06/03/122588.aspx | |||
feedback
|
|
Stsadm will compress its backup by default - I believe using the -nofilecompression switch will give a file size closer to what you'd expect to see. | |||
|
feedback
|