meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.59k stars 277 forks source link

3 duplicates of the file MEGAsync.cfg.bak in the same directory #716

Closed Zesko closed 1 year ago

Zesko commented 1 year ago

I noticed there are 3 same file MEGAsync.cfg.bak, every file has the same checksum. These duplicates were detected by restic backup process

find ~/ -name "*MEGAsync.cfg.bak*"
/home/zesko/.local/share/data/Mega Limited/MEGAsync/MEGAsync.cfg.bak
/home/zesko/.local/share/data/Mega Limited/MEGAsync/MEGAsync.cfg.bak
/home/zesko/.local/share/data/Mega Limited/MEGAsync/MEGAsync.cfg.bak

I deleted these duplicates, then restart of MEGAsync, but these same duplicates appear.

OS: Manjaro KDE (Latest version)

megasync --version 
MEGAsync v4.6.7 (c4d241d)

Filesystem: Btrfs: btrfs-progs v5.18.1

Zesko commented 1 year ago

That was the issue of BTRFS, not MEGAsync.

Solution: https://github.com/kdave/btrfs-progs/issues/498