Does anyone have any thoughts on the best way to back-up the two Search components - Index file (file system), and the SSP Search Database (SQL) so that they can be restored?
I know backing-up one without the other invalidates a restore of search, so that rules out SQL back-ups.
From what I read, Stsadm or using the Central Admin is the best way to achieve this, but there only seems to be the ability to back-up/restore at the top level (SSP)?
I only want to back-up the sub-components of the SSP (The Search index file, and Search database). I have tried to do this, using the following stsadm command but I get an error:
stsadm -o backup -directory %sharename% -backupmethod full -item MOSS_SSPSearch
Item Moss_SSPSearch not found
If I back-up at the SSP level, this works - but as I mentioned, this is no good to me if I just want to restore an Index, and not the entire SSP.
Thanks
Rookie