View FAQs Categories | View all FAQ for DeltaCopy
Frequently asked questions for DeltaCopy
NOTE: We now offer two solution for using rsync on Windows:
We recommend checking both of them to see which works best for you. Click here to see differences.
Question: |
Can I exclude some files based on pattern? |
Answer: |
Yes. To exclude files you need to add a --exclude option in DeltaCopy. Follow the steps below to add one.
- Start DeltaCopy client
- Select your desired profile from the left
- Click the Options tab on the right
- Write the following in the text field for Additional Parameters
--exclude='*.bak' --exclude="My Documents/"
- The above command will exclude all files ending in .bak and will skip the "My Documents" folder
IMPORTANT File name files are case-sensitive. Consider writing additional parameters if you have mixed case file names.
You will have to add one --exclude parameter for every filter.
For a complete list of patterns, refer to the INCLUDE/EXCLUDE PATTERN RULES section in rsync documentation. |
|