-cabsize 1024 not working
November 2nd, 2008 | Categories: SharePoint, SharePoint administration
If you’ve been trying to use one of my earlier described methods to migrate a SharePoint site (using stsadm -o export) you might have gotten frustrated, because even if you did use the -cabsize 1024 switch the result was still exported to two or more files with 25 MB size.
If we take a look at explanation of -cabsize switch when running the command, we can see the following description: [-cabsize (default: 25)]. Looks like 1024 isn’t included. so if you wish to have the backup in chunks larger than 25 MB, use the
-cabsize 1023 switch.
And that does the trick.
Oznake ponudnika Technorati: SharePoint administration
Leave a comment | Trackback