Recover "Offline Files Folder"

  • Thread starter Thread starter Devon
  • Start date Start date
D

Devon

A file Server was taken offline and wiped out. The user
had "Offline files' syncronized to that server. The user
accedently unchecked the 'Enable Offline Files' box and
click ok. All files in the 'Offline Files' folder was
deleted. How can I recover these files?
 
There is a tool from microsoft called CSCCmd.exe is supported for JDP customers even prior to release in the ResKit and is available for download at http://stspike/csc/Shared Documents/csccmd.exe.
This is the command you need to perform at the command prompt where you saved the csccmd.ex

Example
C:\csccmd.exe /MOVESHARE: <\\server\share1><\\server\share2

This option is useful in scenarios where CSC is deployed against a Distributed File Server namespace. Since domain renames change the namespace in these scenarios, this options helps migrate to the new namespace. The options moves all the files on share1 to share2 within the database
 
Back
Top