by FTLNewsFeed » Sun Jun 08, 2003 9:01 pm
cryoa correct me if I'm worng:
From the main Invision directory go into the subfolder 'Invision' then the subfolder 'Settings' and back up all the files in the Server specific folders (ie. DALnet, gamersarcade).
The specific file that carries records is SettingsFserv.i2s.
So that I don't forget to do it I created a batch file to xcopy the directory and to paste it into the backup folder, I then schedule Norton AV's Scheduler (or you could use Windows Scheduler) to run the bat file once a day.
To create a batch file open up Notepad and type in something like:
xcopy C:\Invision2-2520\Invision\Settings\DALnet C:\Invision2-2520\Invision\Settings\backup-Dnet /d /r /y
and then save it as a *.bat file (ex. SettingsCopy.bat). The '/d' option backs them up if the files source time is newer than the backed up copy, '/r' overwrites Read-Only files and '/y' suppresses the prompt to overwrite a file.
To restory simply copy all the files in the backup folder into the Server specific folder
Hope this helps...
FTLNewsFeed