SPSiteCollection.Backup method
SharePoint 2013
Creates a backup file for the site collection located at the specified URL.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- strSiteUrl
- Type: System.String
A string that contains the URL of the site collection object for which to create a backup.
- strFilename
- Type: System.String
A string that contains the name of the backup file.
- bOverwrite
- Type: System.Boolean
true if any other backup file for the site collection object should be overwritten; otherwise, false.