Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Backup Sharepoint site using Powershell cmdlet

$
0
0

Trying to backup a site collection in Sharepoint 2010 using the Sharepoint management shell and cmdlet - Export-SPWeb
It looks like it's starting to work but then it bombs with an error:

Export-SPWeb : Feature 'aebdd598-142f-4a93-8aa5-54f66b776cdf' for list template '11111' is not installed in this farm.
 The operation could not be completed.

We upgraded to Sharepoint 2010 last year and it was a somewhat messy upgrade (the consultant messed things up, not sure he fixed them completely) so this error may be that a remnant left from our MOSS 2007 setup is being found.  It appears it's stating this template isn't found in our current setup so it's not a "deal breaker" for me if this doesn't get backed up.
Is there any way to have it pause with this type error and give me the option to continue or abort?


Viewing all articles
Browse latest Browse all 6937

Trending Articles