I got back to test it again for draft my mutiple levels recovery precedure. It looks the microsoft existing solution just missing the part of site and site collection recovery which is what MS IT Site Delete Capture do.
There's just one difference on it, i.e. Site-collection and Sub-site.
- For Site-collection which was created by central administration. Use the command:
"stsadm -o restore -url http://www.yoursite.com/sites/deletedsitecollectionname -filename deletedsitecollectionname" - For Sub-site which was created by user site action. Use the command:
"stsadm -o import -url http://www.yoursite.com/deletedsubsitename -filename deletedsubsitename
For PWA workspaces or other same level site, you want to use the same operation with sub-site.
For lower level such as document library, list and items, the 2 level recycle bin take over the recovery.
For higher level such as web application, farm. you probably need operate the sharepoint central administration with database tools together.
No comments:
Post a Comment