0
votes
4answers
22 views

How can I backup and restore a site collection in SP2010?

I have a sharepoint 2010 portal. I have a farm, with inside of it some site collections. One of these site collections ok. I would like to create a new site collection and restore a backup of the old ...
0
votes
2answers
46 views

SharePoint 2007 Changing of Site Collection URL

I want to change the URL of Site Collection _http://teamnet.com/old to _http://teamnet.com/new. I found some solution to do the changing of URL via backing up the site collection stsadm -o backup ...
0
votes
1answer
14 views

Migrate Sharepoint do a different Server

I have a Sharepoint site with a number of web applications (that are relatively large). I need to decommission the Sharepoint site and database servers and install SharePoint from scratch to a new ...
0
votes
1answer
25 views

Restore SharePoint Web Application on a different Farm

If a perform a web application backup, can I restore it into a compeletely different farm with a different machine name but same sharepoint version?
0
votes
2answers
52 views

SharePoint 2007 Disaster Recovery Planning

We are going to be undertaking a disaster test and will need to be able to bring up our SharePoint 2007 farm in a new environment. The farm consists of one WFE and one Index server. There are about 10 ...
0
votes
0answers
27 views

Roll back deployment stategy and performance testing (2010)

I am currently on the cusp of deploying a solution which will be upgrading existing .wsp solutions and also running a powershell script to upgrade masterpages, content types and page layouts on the ...
0
votes
0answers
63 views

Restore Problem about WSS_Content

I have 2 servers called ahspstest and ahsps01. They are Sharepoint 2013 servers. And a database server called ahsps02. In ahspstest, Sharepoint Server and database Server are together. In ahsps02 ...
0
votes
3answers
300 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
186 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
132 views

SharePoint timer service for backup/restore

for performing backups, SharePoint timer service should have read/write permission. How i check if SharePoint timer service have read/write permission?
3
votes
1answer
221 views

what is Backup file location

I want to configure default backup and restore settings. I don't know what backup location should I use? I use this location: \\myserver\myfolder is that correct? I got following error: Directory ...
1
vote
2answers
78 views

Wikipages empty after restore from backup

We run our intranet on SharePoint 2010. We have several web applications and we use DocAve 5 to backup the content of our intranet. After a user reported that he had erroneously deleted a wiki page ...
0
votes
1answer
85 views

Unable to expand list view selector

I have restored a SharePoint - 80 application backup on a new server and mapped the existing domain name to this server. The default list view selector does not show the available pre-defined ...
3
votes
1answer
368 views

Can't restore backup of content database using stsadm after migration to SQL 2008 R2

WSS 3.0 on Server 2003 within a Domain. I set the server up 3.5 years ago along with a test setup. It's the first and only SharePoint install. I recently had to migrate the content database from ...
0
votes
2answers
306 views

Thoughts about deployment via Site Collection backup-restore

I wonder sharepoint experts ideas about deployment of sharepoint projects/portals via site collection backup & restore, instead of visual studio solutions? Especially for the projects that will ...
1
vote
1answer
442 views

Does Backup / Restore of a root site collection url include other site collection contents

I have a question regarding multiple site collections in a single web application. Take the following structure; http://www.site.com (Root site collection) http://www.site.com/sites/subsiteA (First ...
0
votes
2answers
95 views

Making identical copy of a server as a standalone for testing

I'm currently trying to make a "copy/clone" of a production server as a standalone one I can run on my laptop. I want the production and my own sharepoint server versions to be the same so that I can ...
0
votes
0answers
41 views

Restore SharePoint Farm in Same Configuration Mode

Is it possible to use the Same configuration mode when restoring a full farm backup on another SharePoint server (with a different "hostname")? Or, is it necessary to use the "New configuration" mode ...
1
vote
1answer
491 views

Restored infopath forms still opening using the new template.xsn?

I did a site restore from an unattached database in order to get back all of my old infopath forms held in a document library. Reason being that I had modified (deleted and replaced with new fields) ...
0
votes
1answer
187 views

Attaching and restoring document library files from a .mdf config database file?

We have a Symantec backup system that runs through all of the instances on a SQL2008 box and backsup data, I would like to restore a corrupted document library and am wondering as to how I would ...
1
vote
2answers
838 views

Restoring a Document Library's content from a backup?

I have a sharepoint server backup and a database backup of the SQL2008 server which holds the sharepoint database. Some infopath forms were deleted from the document library and I would like to ...
0
votes
1answer
81 views

Unable to view restored site pages

I made a prototype of the SharePoint 2010 site in via the VirtualBox machine. I have successfully made a backup of the entire farm (all elements are backuped without errors). After that I have ...
0
votes
4answers
632 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 ...
0
votes
0answers
220 views

Backup Restore SharePOint Site Collection

I have about 20 site collections in a web application and i want to restore those into a new web application . Can some one suggest me whats the best approach to do this .. I have tried the following ...
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
2answers
291 views

Site collection locked out after changing permissions in a list available in a subsite

I am getting weird issues, while restoring SP2010 sub-site from our old SP2010 farm to new farm through a full backup. The subsite on old farm had unique permissions. As well as the lists inside the ...
0
votes
1answer
174 views

Security Permissions broke while restoring the site on a new farm

I got a problem while restoring SP2010 sub-site from our old SP2010 farm to new farm through a full backup. The subsite on old farm had unique permissions. As well as the lists inside the sub-site ...
0
votes
1answer
359 views

Sharepoint Farm Backup - restore one web application only

If you have a farm backup. How can you restore just one site or site collection using powershell / central administration please?
1
vote
0answers
241 views

Get-SPSite fails to return all site collections for a content database

I have 3 content databases spread over 2 servers (A & B) called: A1 B1 B2 I wanted to move a site collection from A1 to B1. As they are on different servers, I backed up, removed the site and ...
1
vote
0answers
92 views

Backup and Restore Sitecollection: users on target machine not existing

I backed up a sitecollection from Server A and restored that sitecollection to server B using stsadm backup and stsadm restore. Before the backup I removed the users from the sitecollection user ...
0
votes
1answer
340 views

Site Blank After Connecting To Old Content Database

I recently had to reinstall SharePoint and recreate my server farm and sites. Before I reinstalled everything I made backups of my populated content databases. Everything has been reinstalled and ...
0
votes
0answers
654 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 ...
0
votes
1answer
763 views

Restore site collections with other web application

Scenario: SP 2007 stand-alone farm Content_DB full backup I'd like to know wheather for restoring a site collec., instead of using a recovery farm., I could better use a new web app in the same ...
0
votes
2answers
2k views

Restore backup from another version of SharePoint Server

I created a backup of Site Collection in one server. I want to restore this backup to my development server. I'm using stsadm: stsadm -o restore -url http://myserver:9999/sites/001 -filename ...
3
votes
1answer
89 views

Planning document restore and backup techniques for SP2010

I've been thinking about how to properly backup Sharepoint such that it could be restored. Right now we have a simple farm with only one web application, several site collections each of which may ...
2
votes
3answers
3k views

problem restoring sharepoint from backup

i am really new to sharepoint 2010 and i have just setup a fresh and new sharepoint 2010 server . My task is to restore an old backup from the existing sp2010 server to the new one with completely ...
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. ...
1
vote
2answers
177 views

SP Backup but without any items in the library or list

Is it possible to perform a backup (either SharePoint backup or sql backup) without any items that are in man-made lists and libraries? I saw a feature in Metalogix tools where you can copy a site ...
1
vote
1answer
205 views

restoring full farm backup does not show sites

I have backed up my sharepoint trial server and uninstall it. then reinstalled it from scratch and restored from the backup. however, when I try to go to sites, or subsites, I get HTTP/1.1 200 OK ...
4
votes
2answers
4k views

Move SharePoint to new Domain

I have SharePoint Foundation installed on a domain joined machine. It is a single server install (SharePoint and SQL on the same machine). I need to un-join this machine from the domain and install ...
1
vote
1answer
141 views

SharePoint 2010 Backup Restoration Metadata Tags Issue

I am facing problem in my SharePoint 2010 environment for the backup-restoration of site collection backup's. I have some metadata fields in my list/libraries. whenever I do restore the backup on new ...
0
votes
1answer
397 views

Backup-spsite Restore-spsite user permissions

I have run a Backup-spsite and then a Restore-spsite from a development farm to a production one. The permissions set on the development farm have not been carried to production. The site collection ...
1
vote
1answer
109 views

Restoring site from another server doesn't seem to copy permissions

I have backed up a site, from development box, and restored it to another, live, server. Everything seems to have been copied correctly. The site looks the same, and when I look in the permissions, I, ...
4
votes
1answer
2k views

How to move Site Collection to different Path in same Web Application?

I know the process involves backing up the site collection. And restoring it afterwards. I'm looking for specific steps on the restore process. I have a site collection at the root of a web ...
2
votes
2answers
941 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 ...
1
vote
2answers
262 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
1answer
200 views

How to Restore entire farm without configuration database?

I need help to restore my SharePoint farm. Actually by mistake i deleted my configuration database and i don't have backup of it. but i have full farm back file "spbr0004". Is it possible to 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 ...

1 2