Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

STSADM Export Limitation

  Asked By: Amie Goodwin         Date: Feb 11, 2010      Category: Sharepoint      Views: 1423
 

Is there any limitation for exporting the individual site using STSADM
-o export command?

Limitation in the sense, maximum size of the site.

We are not able to export one site, which has almost 1 GB of data.

Tagged:      

 

2 Answers Found

 
Answer #1       Answered By: Taylor Clark          Answered On: Feb 11, 2010       

There is no restriction for export  command. Export command is for sub webs and
not for site  collections. Please make sure that you are trying to export the
site which is subweb.

If the site you are trying to export is site collection then you may need to use
stsadm -o backup command.

 
Answer #2       Answered By: Anthony Rutledge          Answered On: Feb 11, 2010       

The maximum  size is 500MB, but you must increase the property value
above the default of 10MB using:

stsadm.exe -o setproperty -propertyname max-template-document-size
-propertyvalue 50000000

 
Didn't find what you were looking for? Find more on STSADM Export Limitation Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].