My setup:
I'm running Ubuntu 22.04 and I back up to a password-protected external drive. Drive passwords are stored in ~/.smbcredentials and very recently FreeFileSync can no longer read that file (or perhaps it never needed to before?). In any case, I get the following error upon Synchronization:
If the error is ignored and FFS pushes ahead, the drive becomes read-only (until restart) and the sync fails. If I click "Cancel" when the error appears, the drive remains writeable, but of course no Syncronization has occurred. I'm stuck here without a backup.Cannot open file "/home/myusername/.smbcredentials".
EACCES: Permission denied [open]
Thinking this might be a permissions issue regarding manual installation via the .run file, I tried installing the Ubuntu Software Center version (Flathub / Flatpak) but the results were the same.
Additional observations:
• FreeFileSync writes sync_ffs.db files to the drive just fine during the Compare process
• Canceling the Synchronization process at the "~/.smbcredentials" error will successfully write a log entry to the external drive.
Something is happening specifically during the Synchronization process that kills the drive's ability to be written to, and it appears to be related to FFS asking for .smbcredentials access when it seems to not need this in the first place.