Specify files
At this step you can also include or exclude selected files.
If it is necessary to backup not all files, but only with the certain extension. An example for backup c++ project:
Include masks: *.cpp;*.h;*.ini
Now only those files which have an extension *.cpp, *.h or *.ini will be placed in archive. All extensions are separated by the symbol ";"
But, sometimes difficult to determine what files should be included in backup set. It is much easier to specify only those from them which SHOULD NOT be in archive. In this case:
Include masks: *.*
Exclude masks: *.exe;*.bak;*.lib;*.obj;*.tmp;old*
At this step you can also include or exclude selected files.If it is necessary to backup not all files, but only with the certain extension. An example for backup c++ project:
Include masks: *.cpp;*.h;*.ini
Now only those files which have an extension *.cpp, *.h or *.ini will be placed in archive. All extensions are separated by the symbol ";"
But, sometimes difficult to determine what files should be included in backup set. It is much easier to specify only those from them which SHOULD NOT be in archive. In this case:
Include masks: *.*
Exclude masks: *.exe;*.bak;*.lib;*.obj;*.tmp;old*


