Force detailed log of all backup files and missing files

Right, but generally one doesn’t have to elevate. For this odd issue, you can try both ways.

There are also plenty of other executables nearby that may or may not have same problem.

The below all output fine with --help for me on Windows 10 Professional on a 64-bit CPU:

createdump.exe
Duplicati.CommandLine.AutoUpdater.exe
Duplicati.CommandLine.BackendTester.exe
Duplicati.CommandLine.BackendTool.exe
Duplicati.CommandLine.exe
Duplicati.CommandLine.RecoveryTool.exe
Duplicati.CommandLine.SharpAESCrypt.exe
Duplicati.GUI.TrayIcon.exe
Duplicati.Server.exe

That is super strange. The program is most certainly a 64-bit Windows program.
But the \??\C:\... part looks strange to me. Is this because the files are not on the local machine?

FWIW if you search Google Images for “Unsupported 16-Bit Application” (hoping for text), that’s apparently the normal presentation. What is the function of question marks in file system paths in Windows registry? describes it as an NT Object Manager path, and links some other information.

Ok, so that dialog always shows it in that format. Then we can ignore that potential lead.

I did a session with @Richard_DeVito_Jr and we looked at the problem.

For the Duplicati.CommandLine.exe issue it was a problem with the file itself. It had somehow been overwritten with bogus data, so it was 100 bytes long. Using the “repair” option of the MSI restored the file and after that it was working.

For the problem itself, we confirmed that there is an issue that is not clear yet. Listing the drive in the source picker UI shows all folders of the drive correctly.

However, the backup does not include all the files, and several of the root folders on the drive are missing. There are no warnings or errors that explains why the folders are omitted.

Picking several of the missing folders manually and making a backup of them correctly backs up all files, so they are certainly readable.

The only explanation so far is that it seems the listing of the root drive somehow omits some folders. But weirdly, the UI can easily list the folders.

Thanks for the update! I love a good mystery bug hunt.

Did Date created and Date modified suggest overwrite after file create?

Did you get a look at bogus data? Lacking good tools, notepad can do a bit.

Did anything else suffer the same fate, e.g. sort by file size in File Explorer?

Were they “deep subfolder”, top-level, folders whose siblings worked, what?

That’s different than some earlier reports, and maybe even harder to look at.

Results look different, but backup is cluttered by CountFilesHandler which seems to run EnumerateFileSystemEntries concurrently with actual backup (slowdown + cache bust).

C:\Duplicati\duplicati-2.1.0.107_canary_2025-01-17-win-x64-gui>tree /f "C:\Backup Source\walk2"
...
├───A
│   │   A1.txt
│   │
│   ├───A
│   │       AA.txt
│   │
│   └───B
│           AB.txt
│
└───B
    │   B.txt
    │
    ├───A
    │       BA.txt
    │
    └───B
            BB.txt
C:\Duplicati\duplicati-2.1.0.107_canary_2025-01-17-win-x64-gui>Duplicati.CommandLine test-filters "C:\Backup Source\walk2"
Including source path: C:\Backup Source\walk2\
Including path as no filters matched: C:\Backup Source\walk2\A\
Including path as no filters matched: C:\Backup Source\walk2\B\
Including path as no filters matched: C:\Backup Source\walk2\B\A\
Including path as no filters matched: C:\Backup Source\walk2\B\B\
Including path as no filters matched: C:\Backup Source\walk2\B\B.txt
Including path as no filters matched: C:\Backup Source\walk2\B\B\BB.txt
Including path as no filters matched: C:\Backup Source\walk2\B\A\BA.txt
Including path as no filters matched: C:\Backup Source\walk2\A\A\
Including path as no filters matched: C:\Backup Source\walk2\A\B\
Including path as no filters matched: C:\Backup Source\walk2\A\A1.txt
Including path as no filters matched: C:\Backup Source\walk2\A\B\AB.txt
Including path as no filters matched: C:\Backup Source\walk2\A\A\AA.txt
Matched 6 files (0 bytes)

Backup puts folders in the File view this way. I haven’t tested reducing concurrency.

FileEnumerationProcess reports things this way. You can also see doubled tree walk:

2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt

Sysinternals Process Monitor can look pretty deep, e.g. these look like folder listings:

1:57:25.8088101 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2	SUCCESS	0.0000295	1:57:25.8088396 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B
1:57:25.8088551 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2	NO MORE FILES	0.0000069	1:57:25.8088620 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8096638 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2	SUCCESS	0.0002976	1:57:25.8099614 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B
1:57:25.8099761 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2	NO MORE FILES	0.0000066	1:57:25.8099827 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8101899 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B	SUCCESS	0.0000160	1:57:25.8102059 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B, 5: B.txt
1:57:25.8102203 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B	NO MORE FILES	0.0000064	1:57:25.8102267 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8114531 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B	SUCCESS	0.0000270	1:57:25.8114801 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B, 5: B.txt
1:57:25.8114981 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B	NO MORE FILES	0.0000071	1:57:25.8115052 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8123476 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\B	SUCCESS	0.0000187	1:57:25.8123663 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BB.txt
1:57:25.8123791 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\B	NO MORE FILES	0.0000063	1:57:25.8123854 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8125713 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\B	SUCCESS	0.0000159	1:57:25.8125872 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BB.txt
1:57:25.8126006 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\B	NO MORE FILES	0.0000063	1:57:25.8126069 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8126633 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2	SUCCESS	0.0000170	1:57:25.8126803 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B
1:57:25.8126946 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2	NO MORE FILES	0.0000065	1:57:25.8127011 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8133114 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2	SUCCESS	0.0000179	1:57:25.8133293 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B
1:57:25.8133414 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2	NO MORE FILES	0.0000061	1:57:25.8133475 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8133915 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\A	SUCCESS	0.0000163	1:57:25.8134078 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BA.txt
1:57:25.8134200 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\A	NO MORE FILES	0.0000061	1:57:25.8134261 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8135778 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\A	SUCCESS	0.0000153	1:57:25.8135931 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BA.txt
1:57:25.8136059 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\B\A	NO MORE FILES	0.0000059	1:57:25.8136118 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8144010 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A	SUCCESS	0.0000218	1:57:25.8144228 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: A1.txt, 5: B
1:57:25.8144388 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A	NO MORE FILES	0.0000069	1:57:25.8144457 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8150888 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A	SUCCESS	0.0000229	1:57:25.8151117 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: A1.txt, 5: B
1:57:25.8151292 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A	NO MORE FILES	0.0000078	1:57:25.8151370 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8160160 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\B	SUCCESS	0.0000192	1:57:25.8160352 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AB.txt
1:57:25.8160479 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\B	NO MORE FILES	0.0000066	1:57:25.8160545 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8160797 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B	SUCCESS	0.0000186	1:57:25.8160983 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B, 5: B.txt
1:57:25.8161137 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B	NO MORE FILES	0.0000071	1:57:25.8161208 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8162138 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\B	SUCCESS	0.0000157	1:57:25.8162295 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AB.txt
1:57:25.8162426 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\B	NO MORE FILES	0.0000067	1:57:25.8162493 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8167256 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B	SUCCESS	0.0000185	1:57:25.8167441 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: B, 5: B.txt
1:57:25.8167579 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B	NO MORE FILES	0.0000066	1:57:25.8167645 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8170685 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\A	SUCCESS	0.0000197	1:57:25.8170882 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AA.txt
1:57:25.8171031 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\A	NO MORE FILES	0.0000065	1:57:25.8171096 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8173088 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\A	SUCCESS	0.0000167	1:57:25.8173255 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AA.txt
1:57:25.8173389 PM	Duplicati.GUI.TrayIcon.exe	20892	18660	QueryDirectory	C:\backup source\walk2\A\A	NO MORE FILES	0.0000062	1:57:25.8173451 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8187516 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\B	SUCCESS	0.0000206	1:57:25.8187722 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BB.txt
1:57:25.8187850 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\B	NO MORE FILES	0.0000064	1:57:25.8187914 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8190032 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\B	SUCCESS	0.0000204	1:57:25.8190236 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BB.txt
1:57:25.8190406 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\B	NO MORE FILES	0.0000282	1:57:25.8190688 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8221779 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\A	SUCCESS	0.0000268	1:57:25.8222047 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BA.txt
1:57:25.8222178 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\A	NO MORE FILES	0.0000125	1:57:25.8222303 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8223942 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\A	SUCCESS	0.0000222	1:57:25.8224164 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: BA.txt
1:57:25.8224310 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\B\A	NO MORE FILES	0.0000074	1:57:25.8224384 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8256541 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\A	SUCCESS	0.0000251	1:57:25.8256792 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: A1.txt, 5: B
1:57:25.8256955 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\A	NO MORE FILES	0.0000073	1:57:25.8257028 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8263318 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\A	SUCCESS	0.0000177	1:57:25.8263495 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: A, 4: A1.txt, 5: B
1:57:25.8263633 PM	Duplicati.GUI.TrayIcon.exe	20892	28720	QueryDirectory	C:\backup source\walk2\A	NO MORE FILES	0.0000069	1:57:25.8263702 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8289270 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\B	SUCCESS	0.0000237	1:57:25.8289507 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AB.txt
1:57:25.8289647 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\B	NO MORE FILES	0.0000069	1:57:25.8289716 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8291620 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\B	SUCCESS	0.0000163	1:57:25.8291783 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AB.txt
1:57:25.8291929 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\B	NO MORE FILES	0.0000079	1:57:25.8292008 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8317298 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\A	SUCCESS	0.0000182	1:57:25.8317480 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AA.txt
1:57:25.8317629 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\A	NO MORE FILES	0.0000067	1:57:25.8317696 PM	FileInformationClass: FileFullDirectoryInformation
1:57:25.8319308 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\A	SUCCESS	0.0000169	1:57:25.8319477 PM	FileInformationClass: FileFullDirectoryInformation, 1: ., 2: .., 3: AA.txt
1:57:25.8319609 PM	Duplicati.GUI.TrayIcon.exe	20892	25616	QueryDirectory	C:\backup source\walk2\A\A	NO MORE FILES	0.0000144	1:57:25.8319753 PM	FileInformationClass: FileFullDirectoryInformation

Especially interesting would be a partial listing here, such as the backup seems to suffer.

EDIT:

Actually the walk doesn’t look that different, but the storage order in File view is different.

I also see I have a typo where A.txt became A1.txt

If I take the double walk and try to split it (assuming each walk is the same walk), it does:

1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt

and then if I separate walk 1 (probably counting?) and walk 2 (probably backup?), it does:

1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
1 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingSourcePath]: Including source path: C:\backup source\walk2\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\B\BB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\B\A\BA.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A1.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\B\AB.txt
2 2025-01-18 13:57:25 -05 - [Verbose-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-IncludingPath]: Including path as no filters matched: C:\backup source\walk2\A\A\AA.txt

which look the same, and match test-filters, and don’t match File view ordering somehow.
Basically I’m confused by the processing. My confusion isn’t the main point, but somehow processing lost part of the tree on NetWare. What differs between expecteds and actuals?

Yes, it was output from a command. Not sure how it got in there.

Tried 2 Top-level folders, both were backed up with no issue. File count was verified afterwards.
Same two folders are missing (among others) from the full backup.

There are various warnings complaining about file access issues, but usually only a few (less than 100 warnings for inaccessible files). Some runs had zero warnings, but nothing that could explain the large number of missing files and folders.

Yes, I checked it, and the traversal does a few extra things to account for symlinks etc. My point was that the call is to System.IO.Directory.EnumerateFileSystemEntries for both setups. I will be digging a bit in the enumeration code for the backup to see if I can find anything that looks suspicious. I do not recall anyone reporting a similar issue though, so I am inclined to think it has something to do with the system.

That is the issue I have yet to figure out.

Maybe that means you haven’t compared files much, but if it means no cause is known:

I’m suggesting looking at what’s missing, as a step to understanding how it got that way.

is a partial answer from a top-level folder point of view (plus mysterious “among others”).

I don’t know how many top level folders there are, but if all count right, it says something.

If only one counts wrong, maybe that’s where things broke, somehow taking out the rest.

This would probably be easier with the right set of tools on the system for heavy analysis.

Ken, is there a setting to throttle the number of requests to the server?

I was thinking and maybe the netware server is dropping requests because it is overloaded? I checked the server logs and it never gets close to any peak connection settings. This is a long stretch.

Notice that all the errors are warnings… See below. If there are warnings, why are they not errors? Each of these files is relatively large and WERE compressed on the server and had to be decompressed on the fly. I still think that the OS returns a “Wait a minute while I decompress this file” status and you time out waiting for the decompression. You have to have a time out built in otherwise, the program would hang on any file access that does not complete.

What can I do next to help debug this? Maybe backup my workstation as a test? Thanks! Rich D.

Not directly, but indirectly you can.

The option --disable-file-scanner will disable the scanning of files. If this option is set, you will not see the progress bar moving along in the UI, because it does not know what will be found eventually.
But, it will also reduce load on the disk, because then only a single thread will access the remote disk.

For canary and later there is also --concurrency-fileprocessors that toggle how many concurrent reads will be done, but for beta this feature is not present.

Another indirect method is to limit the CPU usage with --cpu-intensity=8 which will slow down the process and because of this, also reduce the load on the filesystem.

I don’t think that could explain it. It looks more like one of two situations:

  1. The server returns only a subset of folders when listing the root folder
  2. Duplicati skips a subset of the folders when processing the root folder

Neither of these sounds plausible to me unfortunately, and there is plenty evidence that neither is happening.

It is quite normal for some files to be inaccessible during a backup, so I decided to only make them warnings. The logic would be that they are probably accessible the next time.

Yes, that explains the warnings. But it does not explain why entire folders are missing.

My hunch is still that this is somehow related to the server.

Could you try to edit the backup, remove the drive, and then add each of the folders in the drive to the backup?

It is a bit tedious to click that many times, sorry in advance. It should look something like this:

When the folders are sources themselves, this changes the logic slightly from Duplicati, and I am hoping that this will reveal an error somehow. If it works fine (or better) with this setup, we probably need to look into Duplicati’s folder handling, but otherwise there will be an error message when accessing the source folder (and some initial testing of the source folders).

Thanks. I will try these. As a test, I tried ONE large folder. It generated 122 warnings. If you look below, here are some interesting ones.

First, what file is “N:\OCP\Boston2006,” The screen shot of the folder is below. There are NO files in that folder and I have shown all hidden files. The second image is of the screen shot of properties for the folder itself. It is really interesting how your program is reporting the date and time as they did not match what is shown in the screen shot. My guess is that this is a bug in a library reading the filesystem, dates, time, etc, OR, a library variable is being overwritten in memory. The full log file is below my signature line. One final note, this folder has NOT been touched since 2020. This backup shows, Last successful backup:Today at 11:38 AM (took 00:35:42) Run now Source: 3.91 GB Backup: 1.78 GB / 1 Version But if you look at the third screen shot, there is 33+GB in the folder. Thanks! Rich DeVito

  • Jan 27, 2025 11:36 AM: Checking file for changes N:\OCP\Boston2006, new: True, timestamp changed: True, size changed: True, metadatachanged: True, 1/1/1601 12:00:00 AM vs 1/1/0001 12:00:00 AM

  • Jan 27, 2025 11:36 AM: Failed to process metadata for "N:\OCP\Boston2006", storing empty metadata

  • Jan 27, 2025 11:36 AM: Failed to process path: N:\OCP\Chicago2006\

  • Jan 27, 2025 11:36 AM: Including path as no filters matched: N:\OCP\Boston2006\

  • Jan 27, 2025 11:36 AM: Checking file for changes N:\OCP\Chicago2006, new: True, timestamp changed: True, size changed: True, metadatachanged: True, 1/1/1601 12:00:00 AM vs 1/1/0001 12:00:00 AM

  • Jan 27, 2025 11:36 AM: Error reported while accessing file: N:\OCP\Boston2006\

  • Jan 27, 2025 11:36 AM: Failed to process metadata for "N:\OCP\Chicago2006", storing empty metadata

  • Jan 27, 2025 11:36 AM: Including path as no filters matched: N:\OCP\Boston2006\

  • Jan 27, 2025 11:36 AM: Failed to read attributes from N:\OCP\Boston2006: Could not find a part of the path '\?\N:\OCP\Boston2006'.

Folder properties screen shot

Full Log File.

I think that is what is going wrong here, from the error message, you can see that it thinks it is a file:

And I think this happens because of this:

So my theory is that the attributes cannot be read (for some reason) and this translates into Duplicati treating the folder as a file. Because it is not a directory, it is never traversed (omitting all the subfolders/files) and then failing to “open as a file”.

Do you see any additional error details around “Failed to read attributes” ?

Thanks Ken. This goes way back to my original theory almost a year ago. We tried to get procmon or filenmon to look at what was being read from the server and the file attributes. I had a log file that is attached to one of my early posts. I will have to look for them…if I still have them.

Thanks,

See this link. https://beta.novell.com/documentation/nw65/stor_nss_lx_nw/data/b52o663.html

Can Duplicati kick out the attributes buffer to a log entry?

This may be very helpful.

https://www.novell.com/documentation/nw65/stor_filesys_lx_nw/data/bs3pk5q.html

Here is the screen shot from Novabackup. See the extended file system driver. Not sure if this is helpful but it was NOT checked on install. We dropped novabackup because they dropped support for network volumes…hence our move to Duplicati. Thanks radjr

Based on the error, it looks like the call to read basic attributes fails.
The extended attributes are read as part of the metadata reading, which happens later.
So from what I can see, Duplicati never gets any attributes and treats them as zero, which translates to a file (not a folder). In other words, there is nothing to report, except maybe an error code.

I was hoping that the log would including some exception details that could explain the underlying issue, but most likely this will be a vague error message. If you can see anything on the server log, maybe we can find a workaround.

Long(er)-term, I have been looking at the enumeration process and it would not require a lot to change the enumeration to retain the original type (file or folder) from the enumeration, instead of attempting to deduce the type from the attributes later.

This should at least prevent the issue that you see where the folders are skipped due to errors. There may still be errors when reading the files fails due to various quirks, but it should be much better.

Ken, there were no errors on the server console. I have enabled NDS logging to see if we can find anything else, but logging on this server is set to verbose already and I saw nothing!

Ken, Here are some procmon errors that may help… This was as I was running a backup I will collect more…

7:30:38.7470753 PM Duplicati.GUI.TrayIcon.exe 11496 CreateFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Letter of Intent - ICOO2021.pdf SUCCESS Desired Access: Read Attributes, Read Control, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
7:30:38.7475525 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Letter of Intent - ICOO2021.pdf INVALID PARAMETER
7:30:38.7475823 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Letter of Intent - ICOO2021.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:38.8182591 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Samantha_Rich_DATES_4-17-20.pdf INVALID PARAMETER
7:30:38.8183118 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Samantha_Rich_DATES_4-17-20.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:38.9058634 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION INVALID PARAMETER
7:30:38.9058947 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:38.9264808 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Thumbs.db INVALID PARAMETER
7:30:38.9265129 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Thumbs.db INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:38.9265211 PM Duplicati.GUI.TrayIcon.exe 11496 CloseFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\VENUE\BU\Thumbs.db SUCCESS
7:30:39.0013442 PM Duplicati.GUI.TrayIcon.exe 11496 CreateFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION\Chan refund ICOO2021 Transaction details - PayPal.pdf SUCCESS Desired Access: Read Attributes, Read Control, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
7:30:39.0029194 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION\Chan refund ICOO2021 Transaction details - PayPal.pdf INVALID PARAMETER
7:30:39.0029489 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION\Chan refund ICOO2021 Transaction details - PayPal.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.0495749 PM Duplicati.GUI.TrayIcon.exe 11496 CloseFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS SUCCESS
7:30:39.0515316 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION\Pisharoty ICOO2021 refund Transaction details - PayPal.pdf INVALID PARAMETER
7:30:39.0515687 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\REGISTRATION\Pisharoty ICOO2021 refund Transaction details - PayPal.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.0576361 PM Duplicati.GUI.TrayIcon.exe 11496 CreateFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS SUCCESS Desired Access: Read Attributes, Read Control, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
7:30:39.0587342 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS INVALID PARAMETER
7:30:39.0588004 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.1340316 PM Duplicati.GUI.TrayIcon.exe 11496 CreateFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.docx SUCCESS Desired Access: Read Attributes, Read Control, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
7:30:39.1345272 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.docx INVALID PARAMETER
7:30:39.1345555 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.docx INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.1784763 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.pdf INVALID PARAMETER
7:30:39.1785067 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.1785148 PM Duplicati.GUI.TrayIcon.exe 11496 CloseFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Letter_Presenters_12-18-20.pdf SUCCESS
7:30:39.2195232 PM Duplicati.GUI.TrayIcon.exe 11496 QueryRemoteProtocolInformation \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Re_ Letter to Presenters - michael_glynn.pdf INVALID PARAMETER
7:30:39.2195625 PM Duplicati.GUI.TrayIcon.exe 11496 QuerySecurityFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Re_ Letter to Presenters - michael_glynn.pdf INVALID DEVICE REQUEST Information: Owner, Group, DACL
7:30:39.2195705 PM Duplicati.GUI.TrayIcon.exe 11496 CloseFile \PNPC_NW65\PRODUCTION\OCP\ICOO-2021\PRESENTERS\Re_ Letter to Presenters - michael_glynn.pdf SUCCESS