We are backing up with the command line version 2.52 and using the vss option. We are able to see the snapshot mounted in “/tmp” during the backup.
During the backup errors like
Failed to open file for reading: open /tmp/snp_388793941/Users/mb/Library/Application Support/com.xericdesign.earthdesk/Desktops/1-7-7789-23313-4294967295 (4124139A-430F-4093-83A5-36BB0A33740B).jpg: no such file or directory
are logged. The file does not exist in the snapshot so that is triggering the error message. The big question is, why is the file on list of files to backup. To my understanding duplicacy should make a snapshot, then perform the analysis in the snapshot tree, perform the backup and release the snapshot. If this is implemented correctly an error of this kind should not happen - the reason for using snapshots is to prevent this kind of error in live systems during a backup…