Hi all
Struggling without the WSS3 administrators guide. Has it been released?
We have a relatively large WSS site with many subwebs - around 20gig SQL DB
all up. With WSS2, I used to use smigrate is an easy means to restore
individual files from a backed up library. I had a script that listed all
site collections for a given virtual server, and then recursively run stsadm
-enumsubwebs for each site collection. For each subweb, I would then run
smigrate with the -e option to then do subwebs individually.
I did this so we ended up with lots of smaller, more managable FWP files and
not a monster one. This was not for true DR, but more for the common
situation of a developer stuffing up a subweb or files in a document library
being clobbered. This method allowed for quick restores of common types of
data.
So now with WSS3 you lose smigrate and have to use STSADM export/import. I
also see that we have lost the use of the -e parameter? Can anybody confirm
this?
Now as another question - as I'm struggling to find out an answer, does
stsadm -o backup allow a restore to a completely separate sharepoint box or
is this still the realm of stsadm -export/import