keeping your content safe and
play

Keeping Your Content Safe And Sound In Sharepoint Who is this Todd - PowerPoint PPT Presentation

Keeping Your Content Safe And Sound In Sharepoint Who is this Todd Klindt guy? WSS MVP since 2006 Speaker, writer, consultant, Aquarius, proud Trans Am owner Personal Blog www.toddklindt.com/blog Company web site


  1. Keeping Your Content Safe And Sound In Sharepoint

  2. Who is this Todd Klindt guy? • WSS MVP since 2006 • Speaker, writer, consultant, Aquarius, proud Trans Am owner • Personal Blog www.toddklindt.com/blog • Company web site http://sharepoint.rackspace.com • E-mail todd.klindt@rackspace.com • Twitter me! @toddklindt • If you’re not already sick of him • http://www.toddklindt.com/netcast

  3. Agenda • Discuss different situations where data is at risk • Demonstrate how to protect your data from each of these risks

  4. What do we mean by DR? • Content Recovery • Oh crap, where’s my spreadsheet? • Disaster Recovery • Kaboom! • High Availability • Business continuity

  5. Worlds Greatest Slide Farm – SPFarm Servers - SPServer Web Front End, APP Web Applications – SPWebApplication Central Admin, Content Databases – SPContentDatabase Content Database Site Collections – SPSite The Bag Webs – SPWeb Portal, Wikis, Blogs, Team, Doc, Workspaces, Search Center Lists Doc Libs, Pages, Events, Discussions, Surveys, Etc Items Files, Calendar items, Contacts, Customers, Images, Custom

  6. Content Recovery • Bringing back content • Usually for users that need it IMMEDIATELY! • Four approaches • Versions • Recycle Bin • PowerShell / STSADM • Unattached Database Recovery

  7. Content Recovery 1st Defense: Versions • Not necessarily a disaster recovery method • Easy to use • All end user activity, does not require IT or Development time at all • Can restrict number of versions kept • Take up space in site collection quota

  8. Content Recovery 2nd Defense Recycle Bin • Must be enabled and configured at the Web Application level • Two stages • Captures site collections, webs, list items, documents, folders lists and document libraries

  9. Content Recovery 3rd Defense Site Backups • Export-SPWeb – Content only – Scoped down to the list or library • Backup-SPSite – Full fidelity – Scoped at Site Collection • Can be scripted and scheduled with PowerShell • Portable

  10. Fancy PowerShell script • Get-SPSite | ForEach-Object{$FilePath = "c:\backups\" + $_.Url.Replace("http://","") .Replace("https://","") .Replace(“ -","-- ").Replace(“:"," -").Replace("/","-") + ".bak" ; Backup-SPSite -Identity $_.Url -Path $FilePath} • http://www.toddklindt.com/Scripts

  11. Central Administration Site Backups • Granular Backup – Site Collection – Web – List • Analogous to Export-SPWeb and Backup- SPSite • Unattached Database Restore • Pure Magic

  12. Server Failure - Farm • What will you do if your server fails? • Need to decide what to back up – User Content (Content Databases) – Configuration database – Service Application databases • What happens if SQL fails?

  13. Server Failure – Local Server • Files – SSL certs – Web.config – IIS Config (metabase) – Features (Should be Solutions) – Master Pages – Custom site definitions – Webtemp.xml – Docicon.xml and file icons

  14. Server Failure – Farm Backup • Can do a Farm level backup from Central Administration • Gets all databases and configuration • Configuration only • Does database dumps • Script with Backup-SPFarm

  15. Items not captured by Farm Backup • Application pool account passwords • HTTP compression settings • Time-out settings • Custom Internet Server Application Programming Interface (ISAPI) filters • Computer domain membership • Internet Protocol security (IPsec) settings • Network Load Balancing settings • Secure Sockets Layer (SSL) certificates • Dedicated IP address settings

  16. Business Continuity • Mirroring support built in • Need to configure SQL manually – Transaction Log Shipping – Mirroring – Snapshots • Failover can be automatic or manual

  17. Other Resources • Plan for Disaster recovery – http://technet.microsoft.com/en- us/library/ff628971.aspx • Plan for Backup and Recovery – http://technet.microsoft.com/en- us/library/cc261687.aspx

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend