|
Subject: Backup or excluding files using wildcards |
By: Kurt Payne |
04/08-2004 22:03 |
Does your software support the use of wildwards.
I would like to include in my backups file types such as *.exe, *.bat or *.doc by using wildcards.
I am also intrested to find out if your software supports excluding files by using wildcards such as *.tmp, *.bak, $NtUninstall????????$ or ~*.*
I am using Zip Backup to CD version 3.18.7.408
|
By: Datahjaelp |
07/08-2004 23:55 |
Files to include
You may use wild cards (*) and it is possible to specify more than one condition per selection:
C:\test\*.doc|*.txt|*.xls
will backup all files in C:\test and its subdirectories with the extension doc, txt, xls.
It is not allowed to specify folder and file specifications on the same line. Folder specifications always ends with a "\" if the last character is different it is seen as a file name specification.
Excluding files
Files to exclude from the backup
You may use wild cards (*) and it is possible to specify more than one condition per selection:
C:\test\*.doc|*.txt|*.xls
will exclude all files in C:\test and its subdirectories with the extension doc, txt, xls.
*.doc|*.txt|*.xls
will exclude all files the extension doc, txt, xls.
C:\test\
will exclude the folder C:\test\ and all subdirectories.
C:\*test*\
will exclude all folders on drive C: with the word test in the path.
C:\*\pro*\
will exclude all folders on drive C: starting with the word pro in a directory.
C:\*files\*\
will exclude all folders on drive C: ending with the word files in a directory.
C:\*\temp\*\
will exclude all folders on drive C: with the name temp.
C:\|*\temp\*\|*files\*\|*\pro*\|*test*\
will exclude all directories meeting the filter specifications above on drive C:
It is not allowed to specify folder and file specifications on the same line. Folder specifications always ends with a "\" if the last character is different it is seen as a file name specification.
|
To make use of the support forum it is necessary for you to have an user account. If you already have such one, then use the login form below. Otherwise you can create a free user account by clicking here!
Other threads:
|