Skip to content

Commit 39be4ee

Browse files
authored
Merge pull request MicrosoftDocs#239 from tseward/patch-18
Update Backup-SPSite.md
2 parents b526260 + f8e03b0 commit 39be4ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Backup-SPSite.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ C:\PS>Backup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name
5353

5454
This example backs up a site collection using database snapshots to ensure backup integrity.
5555

56+
### -------------------EXAMPLE 4--------------------
57+
```
58+
C:\PS>Backup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak -NoSiteLock
59+
```
60+
61+
This example backs up a site collection and prevents placing the site into a read only mode during the backup phase. Use the -NoSiteLock parameter when backing up a site in production where it is desirable to not place the site into a read only mode while the backup takes place.
62+
5663
## PARAMETERS
5764

5865
### -Identity

0 commit comments

Comments
 (0)