Documentation of Exiland Backup

Run job methods



There are several methods of starting a job:

Automatically (on schedule)

To run a job/group automatically you must specify the schedule in the job properties. After this, the timetable will be calculated and be shown in the tab "Start time".

Manually

You can run any job/group manually by clicking the "Run" button.

In a group

If a group of jobs is executing, then all the jobs in a group will be executed one by one.

On starting the PC

To run jobs/groups on starting the PC you must specify this setting in the schedule of the job/group.

To reduce processor usage, it is recommended to set a pause before starting the job/group at least 15 seconds to have time to load components, drivers, services, autorun programs, etc.

On shutting down the PC (for Standard Edition only)

Before shutting down or restarting your computer, the job/group will run automatically.

You can specify a pause before starting the job/group so that the other programs will have time to be unloaded from the memory, if needed.

On connecting a removable device (flash drives, removable HDD, etc.)

To run jobs/groups on connecting a device you must set this setting in the schedule of the job/group.

You must specify a device name (volume name), pause before starting and starting frequency (one time per day or on each connecting).

Run from the command line or .BAT file

Exiland Backup supports run jobs from the Windows command line.

You can run one or more jobs/groups.

Example: command line

"ExilandBackup.exe" -run=7;4;8 -minimize -q

Here:

ExilandBackup.exe - full path to the Exiland Backup program
-run - command "run"
7;4;8 - job's or/and group's identifiers semicolon separated. ID of a job/group you can see in the job/group properties in the section "Job Name"
minimize - minimize to System Tray
-q - quit after the specified jobs are finished

NOTE! The parameters of the command line must be space separated.

.BAT file

It is recommended to organize run jobs from the BAT file, and then set it for Windows auto start.

Example of .BAT file:

 The file "start.bat" contains the following line:

 "C:\Program Files (x86)\Exiland Backup Standard\ExilandBackup.exe" -run=7;4;8 -minimize -q

After the User logon in Windows, the file "start.bat" will be started and will run jobs with Id=7;4;8.

Exiland Backup will be closed after all jobs are finished.