BackupToZip

Top  Previous  Next

BackupToZip /bookmarks /config /addDate "..."

 

This command can be used to backup the currently opened bookmark file and/or the program configuration to a specified zip file. You can use the variables {programdir} and {bookmarkdir}.

 

{programdir} is the installation directory of WebSite-Watcher, {bookmarkdir} is the directory of the currently opened bookmark file (*.wsw). Both variables contain a trailing backslash. See also Predefined variables.

 

/bookmarks ... backup all bookmarks with downloaded cache files

 

/NoCacheFiles ... works in combination with /bookmarks and will exclude all cache files. The created backup file will be much smaller and only contain the bookmark database with all required files and configurations. Cache files are not not essential when restoring a backup.

 

/config ... backup program configuration

 

/addDate ... adds the current date to the specified zip file

 

Example:

BackupToZip /bookmarks /addDate "e:\cd\bookmarks.zip"
BackupToZip /config "e:\cd\wswconfig.zip"