Does Sharepoint Differential backup put the site collection in read only mode?
|
|
Actually, that's going to depend on what release and build version of SharePoint you're using.
John |
|||||||||
|
|
I don't think it was intentional, but this is actually something of a trick question. Let me explain. There are basically two different types of backups that you can perform: farm-level (catastrophic) backups and site collection backups. The former is used to back up components such as the entire farm, a Web application, a content database, etc. The latter, on the other hand, is used to back up an individual site collection. Each backup type is implemented and conducted differently within the SharePoint Object Model. To help tell them apart:
So, here's the tricky part: full-farm backups can be carried out in full or differential mode, but site collection backups can only be carried out as a full backup. There actually isn't any "differential site collection" backup using out-of-the-box tools. John Ferringer's answer is absolutely correct for site collection backups, but I'm guessing that you were probably asking whether or not your site collections (any of them) would become locked (i.e., placed in read-only mode) if you were to carry out a differential farm-level backup that included content databases where site collections are housed. The answer in that case is "no." Those backups are not handled in the same was as site collection backups, and so there isn't the same need to lock site collections. |
|||
|
|
|
No, you would need to set it yourself before performing the backup. Edit: See John Ferringer's response. My answer was deprecated with the release of MOSS 2007 SP2. |
||||
|
|