1
vote
1answer
38 views
+50

How do I fully automate Restore-SPFarm?

I have heard that it is a best practice to maintain a QA environment for SharePoint. I would like to script a nightly restore from our production SharePoint 2013 farm, which I'm successfully backing ...
0
votes
3answers
338 views

SharePoint 2010: What is the difference between backing up a Site Collection and exporting a Site Collection?

Lectori salutem, I am reading into backup and restore operations in SharePoint 2010. I have noticed that in Central Administration > Backup and Restore > Granular Backup there is the possibility to ...
0
votes
0answers
88 views

Backup root site collection, without subsites, and restore it into one of the subsites in the same site collection? [duplicate]

http://www.site.com (Root site collection) http://www.site.com/sites/subsiteA (First sub site collection) http://www.site.com/sites/subsiteB (Second sub site collection) I need command only to take ...
1
vote
1answer
196 views

Restore Site Collection From Farm Backup

We are planning to implement a backup-restore process for our SharePoint farm and i have couple of questions and i would greatly appreciate if someone helps me with that Our Environment : I am ...
2
votes
1answer
273 views

How to import a library from Export-SPWeb outputs?

I am trying to understand how to restore an arbitrary library to an arbitrary site in an arbitary site collection - inspired by some future user announcing he accidentally deleted a document from the ...
0
votes
1answer
117 views

Restore-SPSite time scale to restore?

I am trying to restore the main site at the root of our SharePoint server after an accidental deletion using the following code: Restore-SPSite -Identity http://server -Path "B:\SharePoint\11-12-2012 ...
0
votes
1answer
146 views

Restore-SPSite running forever

I'm trying to restore SPSite from backup. But powershell Restore-SPSite command keeps running forever. What can be the reason for this?
0
votes
4answers
634 views

Restore-SPSite fails without any useful error

I'm trying to restore from a backup via PowerShell with the following commands: add-pssnapin Microsoft.SharePoint.PowerShell restore-spsite -Force -Confirm:$false -Identity ...
1
vote
2answers
1k views

PowerShell to backup a Web application

I need a PowerShell script which could perform the following: How to Back up and Content Database of a Web Application Restore a Content Database on a newly created Web Application
0
votes
0answers
665 views

Error: The file or folder name contains characters that are not permitted. Please use a different name

I took backup from our staging server and restored on my local development machine. My Powershell script is not raising any error while restoration. But when I open the site in browser, it's giving me ...
1
vote
2answers
688 views

How to determine SharePoint version used during backup creation in order to restore it?

I have a SC backup, but when trying to restore it on my test environment with PowerShell, got the following error: SharePoint server version mismatch. SharePoint versions on both servers should match. ...
0
votes
2answers
2k views

Restore-SPSite reports “No content databases are available for this operation…”

I've run a site collection backup using Backup-SPSite. I then deleted the Site Collection using CA. Then tried to restore is using Restore-SPSite. Got the error "No content databases are available ...
2
votes
2answers
1k views

Restore-SPSite issue with versions

I'm trying to restore a SPSite using Restore-SPSite command. The command returns : Restore-SPSite : Your backup is from a different version of Microsoft SharePoint Foundation and cannot be ...
1
vote
3answers
1k views

How to restore Site Collection from one environment to another

I am developing my intranet portal in office and created the same environment at home even the domain name and the users I am working with. I have taken the backup of site collection through central ...
7
votes
3answers
5k views

Restore-SPSite to the same content database

I ran Restore-SPSite on my server from a backup. I then deleted the site collection and did it again but got the following error: Restore-SPSite : The operation that you are attempting to perform ...
0
votes
2answers
2k views

Restore site collection using powershell : Getting not found error

Restore-SPSite -Identity http:/snk145:60000/ -Path "D:/MS.bak" I am trying to restore a site collection (SharePoint 2010) to other from a backup file, The term 'Restore-SPSite' is not recognized as ...
2
votes
2answers
952 views

Powershell backup/restore or import/export to keep all document versions?

I need to move a test SharePoint 2010 site collection and database to a new server (and new database). I want to make sure that I keep user security and all document versions. Does backup/restore keep ...
0
votes
1answer
2k views

Restore-SPSite : Access Denied

Restore-SPSite : Access Denied You do not have permission to perform this action or access this resource. This is the error I get when trying to restore a Site Collection backup from the integrated ...
1
vote
2answers
264 views

Creating a disaster recovery policy for SP2010

I'm working on creating a SharePoint 2010 Enterprise Server disaster recovery (and backup-restore) policy for our organization. From what I've read, there are several options for doing backup-restore: ...
0
votes
2answers
2k views

Problem with Restore-SPFarm

We have to move a Sharepoint 2010 web application from and old server to a new one. The old server has Sharepoint 2010 and SQL Server both installed. The new server is actually 2 VMs, one for ...
2
votes
6answers
5k views

Backup and Restore SharePoint 2010 SiteCollections

I am getting an error "Backup version is different" while restoring SiteCollections from one web application to another on the same SharePoint server farm. Following are the steps I was executing when ...
0
votes
4answers
4k views

Restore-SPSite failure due to insufficient Content Database Space

I hope someone can help me solve this weird problem I'm facing for 4 days. I'm trying to restore the backup of Sharepoint 2010 web application. I'm using Windows Powershell command : Restore-SPSite ...