Tagged Questions
0
votes
2answers
52 views
Backup-SPFarm hangs silently on MOSS 2013
I have a 3-server SharePoint 2013 farm (db, app, web) set up and working enough to put in some demo content, and am trying to configure backups. I've successfully backed up using Central Admin but I'm ...
1
vote
1answer
49 views
SharePoint 2010 backup: differential size almost as big as full
My question is similar to this one except my full and differentials do not happen as often. I do a full once a week and a differential on weekday evenings. My differential backups at the beginning ...
0
votes
3answers
339 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 ...
0
votes
0answers
97 views
Backup-SPFarm not respecting ErrorActionPreference
I'm trying to setup a script in Jenkins to backup my SharePoint server. The problem I'm encountering is that it Backup-SPFarm is not correctly returning an error. So my $ErrorActionPreference is being ...
2
votes
1answer
115 views
Is there a service that controls PSSnapin Microsoft.SharePoint.Powershell?
Got a service call yesterday that the backup hasn't been done for three months. Looking at the task scheduler history, there where no errors. So I run the PowerShell script myself, and got an exeption ...
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 ...
1
vote
2answers
148 views
PowerShell cleaner script work badly after New Year?
I have strange situation with PowerShell script which delete older Backup Files in SharePoint Backup Folder. I use two PowerShell script, first make Backup Farm and second check Folder with Backup and ...
5
votes
1answer
95 views
What update I have to install in Foundation 2010 to run a backup that asks for version 4.1.13.0?
I'm trying to run a backup from a Sharepoint Server 2010 that runs a version 14.0.6101.5008:
The version of my local Sharepoint Foundation 2010 server is 14.0.6114.5000:
When I run the backup ...
1
vote
0answers
205 views
Remote PowerShell Script
I have server 1 (application that the script) (dax-sp) and server 2 (sharepoint) (sp-sp)
Script on server 1 (ScriptStart.ps1)
Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 2000
$pwd = ...
0
votes
1answer
132 views
How to send mail in powershell based on exception count?
im trying to set up a Powershell script, which backs up a specific SiteCollection and sends an email afterwards, stating if the backup was successfully or not.
I'm stuck at the point where I need to ...
1
vote
2answers
3k views
How to add Add-PSSnapin Microsoft.SharePoint.PowerShell to machine without SharePoint 2010
How I can add Add-PSSnapin Microsoft.SharePoint.PowerShell to machine without SharePoint 2010?
I try to run PowerShell script to Backup Farm on Windows Server 2008 R2 without Sharepoint but while I ...
2
votes
1answer
227 views
Problem with PowerShell script in Tasks Sheduler Windows Server 2008 R2 - SharePoint Shell Access?
I have a problem with PowerShell script in Tasks Sheduler in Windows Server 2008 R2. I try to run Sheduler Tasks which run batch file which run PowerShell script to Backup Farm and while I choose "Run ...
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
1answer
847 views
Backup-SPFarm or Backup-SPSite to backup a site collection and it's content database
Should I use Backup-SPFarm or Backup-SPSite to backup a site collection with it's content database? Dont both of them backs up with it's content database?
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
372 views
Export-SPWeb temporary folder
Anyone knows the location of temporary files that Export-SPWeb uses when exporting sites? One of our servers ran out of drive space when exporting the site and now I can't find the files created by ...
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
187 views
ITem SharePoint-80 Not Found
I just installed SP2010. There's the default web app named SharePoint-80. I am trying to backup this web app using Power Shell.
Here's my command: Backup-SPFarm -Directory C:\Backups -BackupMethod ...
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
2answers
1k views
Difference between backup-SPFarm and Backup-SPConfigurationDatabase in sharepoint foundation 2010
I want to know difference between backup-SPFarm and Backup-SPConfigurationDatabase powershell command.
I know backup-SPFarm is used to take backup of whole farm then why to use ...
0
votes
4answers
4k views
Different Version Problems in Restoring Sharepoint Sİte [closed]
I'm trying to move a Sharepoint site from one Sharepoint 2010 server to another.
I used the Backup-SPSite cmdlet to create a backup file.
It gives the error below after I try to restore with the ...
