I have backup from Debian encrypted with aes password. I try recovery files from Windows computer, but I get error
Operation Get with file duplicati-b1bd7fcdac9a1496db774129ca05a9cc2.dblock.zip.aes attempt 4 of 5 failed with message: Failed to decrypt data (invalid passphrase?): Invalid password or corrupted data
I try manual downloaded files
Duplicati.CommandLine.RecoveryTool.exe download “ssh://192.168.xx.xx/path?auth-username=xxx&auth-password=xxx” e:\aes --passphrase=“xxx” --ssh-accept-any-fingerprints
next I make index
Duplicati.CommandLine.RecoveryTool index e:\aes\zip2
and list the versions
Duplicati.CommandLine.RecoveryTool list e:\aes\zip
i can list the files
Duplicati.CommandLine.RecoveryTool list e:\aes\zip 0
and now I try revocer all files
Duplicati.CommandLine.RecoveryTool restore e:\aes 0 --targetpath=e:\aes2
And I get error file e:\aes2 is a directory not a file.
Sorting index file … done!
Building lookup table for file hashes
Index file has 99305 hashes in total
Building lookup table with 2047 entries, giving increments of 48
Computing restore path
Restoring 665 files to e:\aes2
0: e:\aes2 (33 bajtów) done!
error: System.IO.IOException: Plik docelowy “e:\aes2” jest katalogiem, a nie plikiem.
w System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
w Duplicati.CommandLine.RecoveryTool.Restore.Run(List1 args, Dictionary
2 options, IFilter filter)
1: e:\aes2 (26,82 KB) done!
error: System.IO.IOException: Plik docelowy “e:\aes2” jest katalogiem, a nie plikiem.
w System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
w Duplicati.CommandLine.RecoveryTool.Restore.Run(List1 args, Dictionary
2 options, IFilter filter)
2: e:\aes2 (6,05 MB) 0 done!
I looking for solution. Thanks.