We have a files to tape job which files part is cleared and populated anew every monday. Full backup is scheduled to start 16:30 on Monday. For some reason job does not see files in some folders. The structure of folder is
<DD share>\DAY\devel\archlogs
<DD share>\DAY\devel\control
<DD share>\DAY\devel\db_backup
Its same for three environment, devel, test, prod. Veeam enumerates folders and finds files in first two folders but not in db_backup and same with all three environments. In log file there are rows for a scheduled job
[06.06.2022 16:30:24] <01> Info [CTapeFileSystemEnumerator2] Enumerating directory <DD share>\DAY\devel\db_backup recursively...
[06.06.2022 16:30:24] <01> Info [CTapeFileSystemEnumerator2] Starting recursive enumeration for: <DD share>\DAY\devel\db_backup
[06.06.2022 16:30:24] <12> Info Subscribe for cancel the operation: e92cb397-267b-4c4e-bc84-e6338ebdc477
[06.06.2022 16:30:29] <12> Info The operation completed: e92cb397-267b-4c4e-bc84-e6338ebdc477
[06.06.2022 16:30:29] <01> Info [CTapeFileSystemEnumerator2] Enumeration completed: 5,268sec, files: 0
If I stop the job and start again then it does incremental and job finds files
[06.06.2022 17:34:37] <01> Info [TapeFileBackupJobPerformer] Using incremental pass last write time filter
...
[06.06.2022 17:34:41] <01> Info [CTapeFileSystemEnumerator2] Enumerating directory <DD share>\DAY\devel\db_backup recursively...
[06.06.2022 17:34:41] <01> Info [CTapeFileSystemEnumerator2] Starting recursive enumeration for: <DD share>\DAY\devel\db_backup
[06.06.2022 17:34:41] <13> Info Subscribe for cancel the operation: a7102565-ac40-41f6-98ec-0187629f8467
[06.06.2022 17:34:42] <13> Info The operation completed: a7102565-ac40-41f6-98ec-0187629f8467
[06.06.2022 17:34:42] <01> Info [CTapeFileSystemEnumerator2] Enumeration completed: 1,141sec, files: 855
If I stop the job and do Active full then it also finds files
[06.06.2022 17:49:00] <01> Info [CTapeFileSystemEnumerator2] Enumerating directory <DD share>\DAY\devel\db_backup recursively...
[06.06.2022 17:49:00] <01> Info [CTapeFileSystemEnumerator2] Starting recursive enumeration for: <DD share>\DAY\devel\db_backup
[06.06.2022 17:49:00] <14> Info Subscribe for cancel the operation: 14742ab7-d6c9-49ba-a6bf-13c0aa11afa5
[06.06.2022 17:49:00] <14> Info The operation completed: 14742ab7-d6c9-49ba-a6bf-13c0aa11afa5
[06.06.2022 17:49:00] <01> Info [CTapeFileSystemEnumerator2] Enumeration completed: 0,122sec, files: 855
I am out of ideas what could be problem here that Veeam does not see any files in these folders. And just in these db_backup folders. It enumerates and finds files in all other folders. We only found it when we did restore from tapes as our yearly plan requires because there are no errors, Veeam just does not see files for some reason.