Procedure to schedule the log file download
Steps
- Open the Windows Scheduled Tasks tool (Start > Control Panel > Scheduled Tasks or Server Manager > Tools > Scheduled Tasks).
- Double-click Add Scheduled Task.
-
Work through the Scheduled Task Wizard as follows:
- Browse to the location where you have stored your script.
- Select how often to perform the task (daily is advisable).
- Select a time to start the task, and the start date.
- Enter your network user name and password (not the user name and password you set up in the Cloud TRITON Manager).
- Mark the Open advanced properties for this task checkbox, then click Finish.
-
On the Task tab, add the -u, -p, and -d parameters to the end of the Run field, before the closing quotes, as well as any other parameters you want to
use.
The Run field might look similar to this:"\\server\users\jsmith\hosted_logs\full_traffic_log_download.pl -u FTL_user@example.com -p Ft2010Logs -d /hostedweb/logs"
- Click OK.