Topic Content |
General Subfolders Primary File Filter Additional File Filter Extended File Filter Transfer Options File Options Miscellaneous |
| |
This option defines Source properties for local area network (LAN) and local folders. |
| |
General |
| A path to a local or LAN folder(s). Multiple folders must be separated by a semicolon (';') symbol, no space is required. By pressing the button at the end of the field you will open a Source folders manager. There you may add, remove, and rearrange Source folders. You can also export and import your Source folder lists. 
'Add Source folder': opens a folder selection window that helps to select a desired Source folder.
'Replace Source folder': opens a folder selection window that helps to select a desired Source folder that will replace the selected Source folder entry.
'Delete Source folder': deletes the selected Source folder from the list.
'Move up': moves the selected Source folder entry one line up the list.
'Move down': moves the selected Source folder entry one line down the list.
'Sort': sorts Source folders in the alphabetical order.
'Import Source folder list': allows to load a Source folder list from a file. The file must have a TXT format with one Source folder path per line. No separators are necessary.
'Export Source folder list': allows to export the current Source folder list into a file. The file with will be in a TXT format with one Source folder path per line without separators between.
|
| ▪ | '--': you connect to a Source folder directly. |
▪ | 'Remote account': access to a Source folder requires a remote computer address, username, and password. Please read below how to select, access, and configure your account on a remote computer. |
|
| If you connect to a Source folder located on a remote computer, here you may select your pre-configured remote account. If there is none, or you need to create a new one, access remote account properties as described below. |
| Click the 'Edit' button to access the Remote Accounts manager where you can create and configure your remote accounts. Detailed information about this can be found here. |
| |
Subfolders |
| Subfolder is any folder existing in Source (but not Source itself). For example, if Source is 'C:Folder', then 'C:FolderTemp' and 'C:FolderTemp1ABC' are its subfolder. Select 'No' (uncheck the checkbox) if you do not want subfolders and their content to be backed up, synchronized, monitored, etc. If subfolders are not included, task is likely to perform quicker. The following operators and wildcards may be used: ▪ | * (asterix): means ANY number of ANY symbols |
▪ | ? (question mark): means ANY SINGLE ONE symbol |
▪ | ; (semicolon): means a delimiter which is used to separate one path from another; no space is necessary either before or after it |
The below 'Included' and 'Excluded' subfolders options work complementary. Example No.1: Included subfolders: C:FolderTemp1 Excluded subfolders: none Only the 'Temp1' subfolder with all its content will be included. | Example No.2: Included subfolders: C:FolderTemp1 Excluded subfolders: C:FolderTemp1ABC Only the 'Temp1' subfolder with all its content (except the 'ABC' subfolder) will be included. | Example No.3: Included subfolders: none Excluded subfolders: C:FolderTemp1 All subfolders with all their content will be included except the 'Temp1' subfolder. | Example No.4: Included subfolders: *,C:FolderTemp1ABC Excluded subfolders: C:FolderTemp1 All subfolders (including the 'Temp1ABC') with all their content will be included except the 'Temp1' subfolder and its other subfolder. The asterix ('*') symbol is necessary to include all subfolders other than 'Temp1ABC'. |
|
| A list of subfolders which you want to include within the scope of task. The full path to a subfolder is necessary. By pressing the button at the end of the field you will open a subfolder manager. There you may add, remove, and rearrange subfolders. You can also export and import your subfolder lists. 
'Add subfolder': opens a folder selection window that helps to select a desired subfolder.
'Replace subfolder': opens a folder selection window that helps to select a desired subfolder that will replace the selected subfolder entry.
'Delete subfolder': deletes the selected subfolder from the list.
'Move up': moves the selected subfolder entry one line up the list.
'Move down': moves the selected subfolder entry one line down the list.
'Sort': sorts subfolders in the alphabetical order.
'Import subfolder list': allows to load a subfolder list from a file. The file must have a TXT format with one subfolder path per line. No separators are necessary.
'Export subfolder list': allows to export the current subfolder list into a file. The file with will be in a TXT format with one subfolder path per line without separators between.
If no sobfolders are specified, all subfolders (and equally subfolders of these subfolders and so forth) will be included. There is no need to use the asterix ('*') sign unless you use a combination of the 'Included' and 'Excluded' subfolders options (as demonstrated in the Example No.4 above). |
| A list the subfolders which you do not want to include within the scope of task. It works opposite to the 'Included subfolders' option above. Everything else is the same. |
| If enabled, a subfolder will not be transferred to Target or monitored, cleaned up, etc. A subfolder is considered 'empty' if there are no files that can be transferred by task. In other words, this criteria is task-specific that means that some files may be actually there, but if none of them are within task's filters then it will be treated as 'empty'. This also means that the same subfolder may be treated as 'empty' by one task but as 'not empty' by another task. All depends on task filtering properties. Example: Subfolder content: readme.txt, video.avi Skip empty folders: Yes Additional File Filter -- Included files: *.docx Outcome: subfolder will be treated as 'empty' and will not be transferred to Target. This is because this subfolder does not contain DOCX files. |
| |
Primary File Filter |
Primary File Filter is the first among three filters that are available in AnyFileBackup. It is applied first, before any other filter. This filter distinguishes files by their origin (combination depends on the selected filter type): ▪ | 'All': files of any origin are within task's scope. In other words, no filter is applied. |
▪ | 'New': a file that has appeared in (created in, copied to, etc.) Source after the most recent Source snapshot is within task's scope. Note, that if a file has been renamed, it is also considered as 'new' even though no other changes have happened to this file. |
▪ | 'Non-existent': a file that exists in Source but does not exist in Target is within task's scope. This is different from 'New' because Source might have remained unchanged, but certain files might have been deleted in Target. In this case these deleted files will be restored in Target by transferring them from Source. |
▪ | 'Deleted': this is opposite to 'New'. A file that disappears (deleted, etc.) from Source is within task's scope and will also be deleted from Target. Note, that as with 'New', if a file has been renamed, it is also considered as 'deleted' even though no other changes have happened to this file. |
▪ | 'Changed': a file whose parameters have changed is within task's scope. The relevant parameters are: |
- | filename (not displayed and cannot be removed) |
- | attributes (System, Read only, Compressed, Hidden, Archive, Encrypted) [only if available: FAT32 does not support Compressed and Encrypted] |
- | NTFS permissions (full control, modify, read and execute, read, write, special permission) [only if available] |
|
| Displays the name of selected filter. To select another filter click on the button at the end of the field and choose an appropriate filter. |
| |
Additional File Filter |
Additional File Filter distinguishes files by mask. The following operators and wildcards may be used: ▪ | * (asterix): means ANY number of ANY symbols |
▪ | ? (question mark): means ANY SINGLE ONE symbol |
▪ | . (dot): means a delimiter which is normally used to separate a filename and a file extension |
▪ | ; (semicolon): means a delimiter which is used to separate one file mask from another; no space is necessary either before or after it |
Combinations of the above are also allowed: see Example No.3 below. The below examples describe a situation of a file being included. All these equally work in relation to files being excluded. | | Example No.1: ▪ | Included files: file*.docx (that means that any file that has its filename starting with a word 'file' and has a 'docx' extension will be included) |
▪ | Files that will be included: file-01-01-2012.docx, file120101.docx, file1Jan2012.docx |
▪ | Files that will NOT be included: file01.01.12.doc |
| Example No.2: ▪ | Included files: file??????.docx (that means that any file that has its filename starting with a word 'file', has a 'docx' extension and has any six symbols between a ford 'file' and a dot will be included) |
▪ | Files that will be included: file120101.docx |
▪ | Files that will NOT be included: file-01-01-2012.docx, file1Jan2012.docx, file01.01.12.doc |
| | | Example No.3: ▪ | file????2012.* : any file that has its filename starting with a word 'file', has any four symbols between a word 'file' and '2012' and has any extension will be included (note that if a file has neither an extension nor a dot after '2012' it will NOT be included because a dot ('.') symbol is an essential part of its filename). |
▪ | file*201?.* : any file that has its filename starting with a word 'file', has any number of symbols between a word 'file' and '201', ends with any one undefined symbol and has any extension will be included (note that if a file has neither an extension nor a dot after '201[ANY-SYMBOL]' it will NOT be included because a dot ('.') symbol is an essential part of its filename). |
▪ | file????2012.doc? : any file that has its filename starting with a word 'file', has any four symbols between a word 'file' and '2012' and has extension that starts with 'doc' with any single one symbol at the end (or even none at all, so 'file01012012.doc' is also covered) will be included. |
|
|
| A list of file masks that describe files to be included in the scope of task. |
| A list of file masks that describe files to be excluded from the scope of task. |
| |
Extended File Filter |
Extended File Filter represents a set of additional parameters that allow to fine tune your file selection by carefully choosing their characteristics. This is the third stage of file filtering: it is applied to all files that have not been previously filtered out by the Primary File Filter and the Additional File Filter. It cannot be applied in relation to some (not all) of these files only. This filter works only as 'inclusive' filter (except to file attributes that may be either included or excluded). That means that files that fall within its net are included and all other files are excluded. The below table represents a brief summary of this filter. File characteristics | Value 1 | Value 2 (if applicable) | File date | Older than Not older than | Minute(s) Hour(s) Day(s) Week(s) Month(s) (always equal to 30 calendar days) Year(s) (always equal to 365 calendar days) | File date between | [Any calendar date 1] | [Any calendar date 2] May be equal or later than the calendar date 1. If equal, then file created / changed on that particular date only will be included. | File time between | [Any time 1] | [Any time 2] May be equal or later than the time 1. If equal, then file created / changed on that particular time only will be included (including seconds). | File size | Less than Equal Greater than | Byte(s) Kilobyte(s) Megabyte(s) Gigabyte(s) | Include only files with attributes | System Read only Compressed Hidden Archive Encrypted | not applicable | Skip files with attributes (these files will be excluded) | System Read only Compressed Hidden Archive Encrypted | not applicable |
|
| If enabled, the Extended File Filter will be active and apply to all files that are processed by AnyFileBackup within this Source. |
▪ | Extended filter properties |
| Press the 'Configure' button to access the Extended File Filter properties. |
| |
Transfer Options |
This group of options defines outgoing file transfer options for Source. That is how all files are being distributed from Source. Analogues incoming transfer options may be set for each individual Target and may differ from that set up for Source. |
| This is the maximum outgoing speed of file transfer from Source set in bytes per second. When left blank, the speed is unlimited. You can also configure incoming speed of file transfer to any individual Target in the Target settings. |
▪ | If file is in use or locked |
| This is a more straight forward name for VSS (Volume Shadow Copy). It defines AnyFileBackup behaviour when it cannot access file because it is in use or locked by other software or by any other reason. These settings override task error handling behaviour. The following options are available: ▪ | 'Treat as error': the whole situation is treated as an ordinary error and task follows task error handling rules. |
▪ | 'Skip file and continue': locked file, or file that is in use, is not transferred and task continues as usual; this is not treated as error. |
▪ | 'Copy file snapshot': this options only works on 32 bit operating systems. AnyFileBackup creates a snapshot of file and that snapshot is transferred to Target; this is not treated as error. |
|
| |
File Options |
Files in Source may have certain properties like NTFS permissions and file attributes. These properties may be or may be not inherited when these files are transferred to Target(s). This group of options defines which properties will be inherited by Target files from their Source originals. Please note, that FTP supports neither of these properties and FAT/FAT32 does not support NTFS permissions. Therefore, Target FTPs and folders with FAT/FAT32 file system will not inherit respective properties. |
| NTFS permissions are special rights of file access set by either by a computer administrator or Windows system itself for other users. These are full control, modify, read and execute, read, write, special permission. If any of these parameters are set at Source (they must be located at a hard drive with NTFS file system) and may be preserved by Target (in other words, Target hard drive supports NTFS file system), then these permissions will be transferred if the checkbox is checked. Administrator's rights may be required to set NTFS permissions at Target. |
| If a file in Source has the following attributes (see below), an identical file in Target will have exactly the same attributes (all of them): |
▪ | Reset 'Archive' attribute |
| 'Archive' attribute is automatically set for each file that is created in or copied to a folder. It indicates that it is ready for backup by Windows (c) Backup. When file with an 'Archive' attribute is being backed up by AnyFileBackup, this attribute may be removed by AnyFileBackup after successful backup to indicate that this file no longer needs backup up. |
| |
Miscellaneous |
▪ | Notify if Source is inaccessible |
| If AnyFileBackup cannot read the Source's content for whatever reason (e.g., Source does not exist, access to Source is blocked by a firewall policies, etc), AnyFileBackup can notify you about this error by e-mail. Notification settings can be set up in 'Program Settings' > 'Error Handling'. |
| This is a custom name that will be displayed in the Task Scenario instead of the default title. Press the 'Apply' button for changes to take effect. |