spersson / Kup

A backup scheduler for KDE's Plasma desktop
https://www.linux-apps.com/p/1127689/
131 stars 14 forks source link

[git master] backups fail when contents of ~/.cache during the backep, even though that dir is excluded #87

Closed Pointedstick closed 4 years ago

Pointedstick commented 5 years ago

I compiled Kup from source, and now my backups fail when the contents of ~/.cache change during the backup. But this shouldn't matter, because the whole directory is excluded. The log files says the following:

Kup is starting rsync backup job at Monday, August 26, 2019 12:10:33 PM MDT
rsync "-avX" "--delete-excluded" "--info=progress2" "--no-i-r" "--exclude=/.cache" "--exclude=/.config/Riot/Cache" "--exclude=/.local/share/TelegramDesktop/tdata/temp" "--exclude=/.local/share/Trash" "--exclude=/.local/share/baloo" "--exclude=/Documents/Software projects/git projects" "--exclude=/SpiderOak Hive/Work & Money/Blue Systems/Repos" "--exclude=/kde/build" "--exclude=/kde/usr" "/home/nate" "/run/media/nate/Backup/"

file has vanished: "/home/nate/.cache/mozilla/firefox/flwso8uo.default/cache2/entries/010284C407D839D7FCB929990A4B7D4D54AACF78"

file has vanished: "/home/nate/.cache/mozilla/firefox/flwso8uo.default/cache2/entries/0177C416180F7970CA384A2B11C6565ED3826AE5"

file has vanished: "/home/nate/.cache/mozilla/firefox/flwso8uo.default/cache2/entries/01A509F913F0538BF2CDC40F300505C615C4AEFB"

[etc]

Full log file: kup_plan1.log

spersson commented 4 years ago

This was caused by a regression introduced when fixing issue #74. Never made it into a release and thanks to you it has now been fixed. So good.