CreateBackup /bookmarks /config /addDate "..."


This command backs up the currently opened Bookmark file and, optionally, the program configuration to a specified backup file. The file extension for backup files is ".wswpac". 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 include a trailing backslash. See also Predefined variables.


  • /bookmarks ... Backs up all Bookmarks including downloaded Cache files.

  • /NoCacheFiles ... Works in combination with /bookmarks and excludes all Cache files. The created backup file is significantly smaller and contains only the Bookmark database with all required files and configurations. Cache files are not essential when restoring a backup.

  • /config ... Backs up the program configuration.

  • /addDate ... Adds the current date to the specified backup file name.


Example:

CreateBackup /bookmarks /addDate "e:\cd\bookmarks.wswpac"
CreateBackup /config "e:\cd\wswconfig.wswpac"