Hi,
I’m very glad with duplicati - until now:
I’m struggling with the error message:
“Fatal error => System.IO.IOException: Das Verzeichnis oder die Datei kann nicht erstellt werden.”
I searched the forum and found to have a look at the system-log … with no success, there’s nothing in it what is helpful.
I found the hint to use the command-line. But also there is no additional hint. Then I added the “debug-output=true” … and still there is no hint for me to get closer to the problempoint.
This is my command:
"C:\Program Files\Duplicati 2\Duplicati.CommandLine.exe" backup "file://U:\duplicati\Bilder\\" "H:\daten\bilder\\" --backup-name="Backup-USB-GUE - Bilder" --dbpath="C:\Users\ag2024\AppData\Local\Duplicati\CANRPICKWD.sqlite" --backup-id=DB-14 --encryption-module=aes --compression-module=zip --dblock-size=50mb --passphrase="mypassphrase" --retention-policy="2D:U,1W:1D,4W:1W,36M:1M" --disable-module=console-password-input --debug-output=true
First it seems that everything is working fine: the process is starting. The process scans local and remote files. There are duplicati-*.dblock.zip.aes-Files created and uploaded to the target. But then the following line appears
"Fatal error => System.IO.IOException: Das Verzeichnis oder die Datei kann nicht erstellt werden."
And in the following debug-output there is no hint what the problem is.
Is it that the target can’t be written?
Is it that a temporary File cannot be written?
… I don’t know and I’m desperate.
what have I already tested:
- Target is writeable (USB-Disk FAT32)
- there is enough space on the target
- there is enough space on the source-disk
- delete all of the configuration (inc already created target-files) and start from scratch => same issue
Help would be grateful appreciated!
Full Command-line-Output is enclosed in cli-log.txt.
cli-log.zip (3.0 KB)