I would like to exclude folder /temp/*.* from backup, but I still get the error message:
Cannot read file "U:\premier\temp\USERX023\QIZAKAZKA.CDX".
My setting (exclude):
U:\premier\temp
U:\premier\temp\*.*
U:\premier\temp\*
Where is problem, how set exclusion?
Thx
exclude temp directory (folder)
- Posts: 4
- Joined: 1 Dec 2020
- Posts: 4
- Joined: 1 Dec 2020
- Posts: 2451
- Joined: 22 Aug 2012
As stated in the manual section on Excluding/Including, FFS filter settings are relative to the left- and right-base-folder location.
So, assuming your left- or right-base-location is "U:\premier", instead of having an Exclude Filter line like "U:\premier\temp" you should have a line "\temp\" or "\temp\*"
So, assuming your left- or right-base-location is "U:\premier", instead of having an Exclude Filter line like "U:\premier\temp" you should have a line "\temp\" or "\temp\*"
- Posts: 4
- Joined: 1 Dec 2020
Thanks, it looks ok now