stefankueng / CryptSync

CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
https://tools.stefankueng.com/CryptSync.html
GNU General Public License v3.0
387 stars 72 forks source link

No sync failure in case network share does not exist #128

Open Discussion-008 opened 1 month ago

Discussion-008 commented 1 month ago

The encrypted backup directory was on a network share. This network share was removed. Thus, no backup was created. Nevertheless, the user interface shows "none" for the sync failures, and the log just ends at the time, when the network share was removed. Thus, without testing the function after the upgrade, I would have missed that no further backups are created.

Note: Stefan, thanks a lot for making this tool available. It is one of my favourites.

stefankueng commented 1 month ago

that's actually by design. Users requested this behavior so they won't get errors if a network share is not available (e.g. because the wifi is down) or the USB stick isn't plugged in. The sync will of course do its work once the network share is available again or the USB stick plugged in.

Discussion-008 commented 1 month ago

Thanks for the immediate feedback. Feature idea: Maybe it would be useful, to indicate this by e.g. showing "sync queued" or "sync delayed till storage available" in the sync failure field.