Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Scheduling backups
Web Security Help | Web Security Solutions | Version 7.8.x
Related topics:
Notify Websense administrators of the backup schedule, so that they can be sure to log off of the TRITON console during the backup process.
To schedule backups:
*
1.
Open a command prompt and navigate to the Websense bin directory (C:\Program Files or Program Files (x86)\Websense\Web Security\bin, by default).
2.
wsbackup -s -t "<m> <h> <day_of_month> <month> <day_of_week>" -d <directory>
Note that the time information uses crontab format, and the straight quotation marks and spaces are required.
*
1.
Open a command shell and navigate to the Websense directory (/opt/Websense/, by default).
2.
./WebsenseTools -b -s -t \"<m> <h> <day_of_month> <month> <day_of_week>\" -d <directory>
In addition to the \" characters at the beginning and end of the entire time and date string, if the string includes any asterisk characters (*), those must also be set off by a \" pair. For example:
./WebsenseTools -b -s -t \"45 1 \"*\" \"*\" 5\"
Here, the backup is scheduled to run at 1:45 a.m. on Fridays (regardless of the month or date).
In place of the variables shown in the example, provide the following information:
Each field can take a number, an asterisk, or a list of parameters. Refer to any crontab reference for details.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2016 Forcepoint LLC. All rights reserved.