The question mark (?) substitutes for exactly one character in a file name; for example, the file
mask Doc?.txt yields files such as Doc1.txt and Docs.txt — but not the files Doc.txt or Doc11.txt
Exclusion examples
Criterion
Example
Description
By name
File1.log
Excludes all files named File1.log.
By path
C:\Finance\test.log
Excludes the file named test.log located in the folder
C:\Finance
Mask (*)
*.log
Excludes all files with the .log extension.
Mask (?)
my???.log
Excludes all .log files with names consisting of five symbols
and starting with “my”.
Overwriting
Choose what to do if the program finds in the target folder a file with the same name as in the
archive:
Overwrite existing file
- this will give the file in the backup priority over the file on the hard disk.
Overwrite existing file if it is older
- this will give priority to the most recent file modification,
whether it be in the backup or on the disk.
Do not overwrite existing file
- this will give the file on the hard disk priority over the file in the
backup.
5.3.7
Access credentials for destination
To specify credentials
1.
Select one of the following:
Use the task credentials
The program will access the destination using the credentials of the task account specified in
the General section.
Use the following credentials
The program will access the destination using the credentials you specify. Use this option if
the task account does not have access permissions to the destination.
Specify:
User name
. When entering the name of an Active Directory user account, be sure to also
specify the domain name (DOMAIN\Username or Username@domain)
Password
. The password for the account.
2.
Click
OK
.
5.3.8
When to recover
Select when to start the recovery task:
Recover now
- the recovery task will be started immediately after you click the final
OK
.
Recover later
- the recovery task will be started at the date and time you specify.
If you do not need to schedule the task and wish to start it manually afterwards, select the
Task will
be started manually (do no schedule the task)
check box.