OS: RHEL 10.2
When backing up similarly named files and directories, I only get the file, not the other directory and sub files/directories.
Example:
/etc/ssh/sshd_config.d/
/etc/ssh/sshd_config
My backup only has /etc/ssh/sshd_config. If I remove /etc/ssh/sshd_config from the backup source data list, I then get the files/directories under /etc/ssh/sshd_config.d/ properly. It seems that the “.d” is causing confusion in the backup routine if the file without it exists.
Look into the use and placement of the wildcard character “*” applied in Filters of the Source data.
Thank you - I will try to see what Duplicati does. The problem is that these are explicitly defined and not wild card defined items. I am trying to backup the file sshd_config and folder sshd_config.d without wild cards which is failing. I am thinking that the .d is causing a problem in how Duplicati coded it which can cause further issues that are not easily observed.