Adventures in SharePoint
Menu
  • Home
  • About
  • Download links
  • Glossary
A blog about just that
Browse: Home » Backups
Backup a service application using PowerShell

Backup a service application using PowerShell

May 1, 2016 · by dave.webb · in Backups, Service Applications, SharePoint 2013

If you are making changes to a service application and need to take a backup beforehand this can be done quickly using the Backup-SPFarm cmdlet.  Here is an example of how to backup the Managed Metadata service application and proxy:…

PowerShell script to export a list to a CSV file

October 11, 2015 · by dave.webb · in Backups, PowerShell, SharePoint 2013, Tips and Tricks

At home I use a SharePoint list as my primary address book (mainly to store addresses for family and friends).  While building a custom backup script in PowerShell I added the following to export my Address Book list to a CSV…

SharePoint 2013 backup fails - Object Crawl-0 (E: on WW-SP) failed in event OnBackupComplete

SharePoint 2013 backup fails – Object Crawl-0 (E: on WW-SP) failed in event OnBackupComplete

January 11, 2015 · by dave.webb · in Backups, SharePoint 2013, Troubleshooting

Today I encountered the following failure message when running a manual backup of my SharePoint 2013 environment using Central Administration: Object Crawl-0 (E: on WW-SP) failed in event OnBackupComplete. For more information, see the spbackup.log or sprestore.log file located in…

PowerShell script to export all sites in a site collection to a seperate file

PowerShell script to export all sites in a site collection to a seperate file

October 1, 2013 · by dave.webb · in Backups, PowerShell, SharePoint 2010

I have a requirement to export all sites with in site collection to a separate backup file.  With lots of sub-sites I thought the best way to do this would be with a PowerShell script that utilises the Export-SPWeb command. …

Backup-SPFarm error – The backup job failed

Backup-SPFarm error – The backup job failed

June 27, 2013 · by dave.webb · in Backups, SharePoint 2010, Troubleshooting

In response to a user query on www.windows2008forums.co.uk I have managed to replicate the error generated while using the Backup-SPFarm command to backup an entire farm. Backup-SPFarm -BackupMethod Full -Directory D:\Backups\ The After trawling through the spbackup.log file I found…

Creating a SQL Maintenance Plan to backup SharePoint content databases

Creating a SQL Maintenance Plan to backup SharePoint content databases

February 24, 2013 · by dave.webb · in Backups, Maintenance

In addition to regular SharePoint backups I have decided to create a SQL Maintenance Plan to backup the content database to a file each night.  This will enable me to quickly and easily restore the database directly in SQL should I need to,…

Example SQL query to backup a database to disk

December 7, 2012 · by dave.webb · in Backups, SharePoint 2010

This sample SQL query can be executed to backup a site collection database to a file, where WSS_Content_Intranet is the name of the database used by the Site Collection. Use WSS_Content_Intranet DBCC Shrinnkfile (‘WSS_Content_Intranet’) DBCC Shrinnkfile (‘WSS_Content_Intranet_log’) Go Backup Database WSS_Content_Intranet To Disk…

Automating SharePoint backup using Windows PowerShell

Automating SharePoint backup using Windows PowerShell

December 1, 2012 · by dave.webb · in Backups, PowerShell, SharePoint 2010

I have just started using the following PowerShell script to backup an entire farm to disk every night, the script is called by the Windows Task Scheduler (running the task as the Farm Administrator account). Add-PSSnapin Microsoft.SharePoint.PowerShell Backup-SPFarm -Directory \\WW-Backup\SharePointBackup…

Modify the number of backup threads

Modify the number of backup threads

November 4, 2012 · by dave.webb · in Backups, SharePoint 2010, SharePoint 2013, Tips and Tricks

By default SharePoint is configured to use 3 backup threads.  This can be increased to improve performance and reduce the amount of time taken to backup large farms.  However, the log files can become more difficult to read. These are…

Blog search

Polls

Which edition of SharePoint do you use?

View Results

Loading ... Loading ...
  • Polls Archive

Monthly archives

  • August 2019 (1)
  • July 2019 (2)
  • December 2017 (1)
  • October 2017 (1)
  • September 2017 (1)
  • May 2017 (1)
  • April 2017 (1)
  • March 2017 (1)
  • February 2017 (1)
  • January 2017 (6)
  • December 2016 (2)
  • November 2016 (4)
  • October 2016 (1)
  • July 2016 (3)
  • June 2016 (3)
  • May 2016 (3)
  • March 2016 (3)
  • February 2016 (4)
  • January 2016 (13)
  • December 2015 (4)
  • November 2015 (4)
  • October 2015 (3)
  • September 2015 (1)
  • August 2015 (1)
  • July 2015 (2)
  • June 2015 (3)
  • May 2015 (2)
  • April 2015 (1)
  • March 2015 (5)
  • February 2015 (3)
  • January 2015 (5)
  • October 2014 (4)
  • September 2014 (4)
  • July 2014 (3)
  • June 2014 (2)
  • May 2014 (6)
  • April 2014 (4)
  • March 2014 (1)
  • February 2014 (2)
  • January 2014 (1)
  • December 2013 (1)
  • November 2013 (4)
  • October 2013 (5)
  • September 2013 (5)
  • August 2013 (2)
  • July 2013 (1)
  • June 2013 (4)
  • May 2013 (3)
  • April 2013 (2)
  • March 2013 (4)
  • February 2013 (3)
  • December 2012 (6)
  • November 2012 (3)
  • October 2012 (1)
  • May 2012 (1)
  • March 2012 (1)
  • February 2012 (3)
  • January 2012 (2)
  • December 2011 (2)
  • November 2011 (3)
  • July 2011 (3)
  • June 2011 (3)
  • May 2011 (2)
  • April 2011 (2)
  • March 2011 (5)
  • February 2011 (1)
  • January 2011 (4)
  • December 2010 (2)
  • November 2010 (2)
  • October 2010 (4)
  • September 2010 (2)
  • August 2010 (3)
  • July 2010 (6)

Tag Cloud

Library Servers SharePoint 2010 Document Library Lists IIS Distributed Cache Permissions Error SQL Server Get-SPSite Merge-SPLogFile Service Applications SharePoint Designer SQL Health Analyzer Active Directory Backups 70-332 PowerShell Windows 2012 Security Upgrade ULS Viewer Customise Maintenance CSS AutoSPInstaller Central Administration Configuration Installation Database Features Site Collection SharePoint 2013 Search Performance User Profiles Service Pack Server SharePoint 2016 Logs Web Front End Web part Troubleshooting

General links

  • Adventures in Exchange
  • Adventures in VMware
  • GiaKonda IT
  • Windows 2012 Forums

Sharepoint links

  • SharePoint home page
  • SharePoint Support Forum

Copyright © 2025 Adventures in SharePoint

Powered by WordPress and Origin