Hi!
I facing very annoying issue with my file backups.
For example, we have server and directory /archive where stored archives of our docs. Generally, in this directory stored archives like:
/archive/000001.gz
But sometimes backup started when some of docs didn't completely archived, and we have files like:
/archive/000001.gz
/archive/000002.gz.partial
If during backup archive with extension .partial will be completed, its change extension to .gz only, and in this particular case log of backup session will contain errors like:
Cannot proceed /archive/000002.gz.partial: No such file or directory!
I tried to set up Skip filter (with *.partial, *part and even *gz.partial wildcards) in Backup Object Summary tab and it seems fine most of a time, but sometimes it throw error anyway.
Earlier i red, that Skip and Only filters applies by Media Agent after its initialization, but seems that filesystem scannig for files run by Disk Agent and it running before any filters.
So, how can i force DP to skip files with .partial extension for 100% of time?