0
votes
1answer
43 views

Backup a List from the site to meet the following requirements:

I am studying the 70-667 exam and there is a question with two different answers on different pdf files. The question is following: You have a SharePoint server 2010 site. You need to back up a list ...
0
votes
2answers
677 views

ArgumentException with Export-SPWeb Lists

PS C:\Users\Administrator> Export-SPWeb "http://win-oql2facn6h8/" -itemurl "List s/Disney" -path "c:\Backups\disney.cmp" Export-SPWeb : ...
3
votes
1answer
346 views

how to backup a SPList with 25000 records including attachements on SP2007

On SP2007 there is a sharepoint list (SPList) with 25000 records. The records contain attachements. In SP Designer 2007, the list has a size of 64MB. How can a backup be created ? Options ...