Hi gchen,
I backup from a Mac (10.13.3) to an AFP LAN mounted NAS drive and then use copy to replicate it to OneDrive. First 19 backup and copy revisions worked ok then with revision 20 the backup worked but the copy failed with the following error:
[fragment]
Chunk 41a3ffba2f63f7249faa51a736740588196965781a9b9d6de6aa6a3ede681721 (6717/15335) skipped at the destination
Chunk 8d027d92056253ce3dd2ae7f8e1643909620abef10d58aceb9c42afec77a13a6 (6718/15335) skipped at the destination
Copying chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec to 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed
After that further backups fail with the same message.
Storage set to /nas02/backup.users/
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed
Below is the corresponding check with -d :
Root# duplicacy_osx_x64_2.0.10 -d check -id users -files -r 20
Storage set to /nas02/backup.users/
Reading the environment variable DUPLICACY_PASSWORD
Reading password from preferences
Using 16384 iterations for key derivation
Chunk read levels: [1], write level: 1
Compression level: 100
Average chunk size: 4194304
Maximum chunk size: 16777216
Minimum chunk size: 1048576
Chunk seed: 720706356b20259bd55394ff004871ad9cc5b6eb66ce4812879cf57a5c87c756
Reading the environment variable DUPLICACY_PASSWORD
Reading password from preferences
id: users, revisions: [20], tag: , showStatistics: false, checkFiles: true, searchFossils: false, resurrect: false
Listing all chunks
Listing chunks/
Listing chunks/ff/
Etc.
Listing chunks/02/
Listing chunks/01/
Listing chunks/00/
Downloaded file snapshots/users/20
Chunk dde41af50c6754ac06cb120a406ed2495ac31953faf5cd80b067e8b17367096d has been downloaded
Fetching chunk 805afe03ec5e6adefdf0e3918b222c979c536271bc58e733979676cfcc273a82
Chunk 805afe03ec5e6adefdf0e3918b222c979c536271bc58e733979676cfcc273a82 has been downloaded
Etc.
Fetching chunk 5cd5c95cee7d17e5f198561c0f72e4949e66dfa7d8e3a07576b43ea262a87f48
Chunk 5cd5c95cee7d17e5f198561c0f72e4949e66dfa7d8e3a07576b43ea262a87f48 has been downloaded
Fetching chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed; retrying
Failed to decrypt the chunk 98820ec50b224aefbbe45188d6d777db0a85154590764edfbb53582cbf4c1aec: cipher: message authentication failed
This chunk does exist on the NAS drive but not in OneDrive.
As far as I am aware there’s been no interruption to the backup or copy apart from the usual odd time-out when copying to OneDrive. Is there a way to resolve this rather than start again? I see one other similar issue in your forum where the advice was deleting the chunk and getting it to re-upload and I’m not sure that’s applicable in my case.
The only thing I could think of was purging revision 20 resolve it - would this work?
Thanks for your help, Guy.