I’ve been using Cloudberry for a while now since CrashPlan ditched their home users.
A while back I noticed that it started re-backing up everything for what looked like no reason. I upgraded to the latest version and (possibly coincidentally) the problem went away.
Yesterday it started again. Going through the logs, it looks like Cloudberry decided to purge the majority of the backup from the cloud storage and then the next day it realised the backup was missing the files and re-uploaded. There have been no changes to the file locally.
Retention is set pretty conservatively - delete 90 days after deleted from local host and keep 5 versions of a file as it changes but that’s it.
Any idea why I’m seeing this behaviour?
I like Cloudberry but random purging and re-backing up a few days later is not good…
Hi [reply=“Keith;1251”], there was a bug in Backup v 2.4.* where under specific conditions all versions of files were purged even if it contradicted the retention policy.
We have fixed it in Backup v 2.5, now retention policy works correctly.
Please upgrade to the latest available version.
Sorry for the inconvenience!
Thanks Caleb - I am indeed running a 2.4 iteration at the moment. I’ll take a look at the 2.5 upgrade.
Where do you publish full release notes? I’ve never been a fan of always upgrade to the latest just because it’s there - while bug fixes and security fixes will usually drive the upgrade (rather than new features) the question of how quickly still depends on what they are.
[reply=“Keith;1253”] there’s a thread about it somewhere here on the forum. It’s not the full list, just the most interesting things - the full list for 2.5.0 would contain over 150 items, most of them don’t deserve your attention.
Thanks for the help guys. 2.5 installed so fingers crossed.
I’m not sure on the lifecycle/dev environment you develop with that might make it easier but seeing various comments around use of CloudBerry Backup in business environments you may be surprised on the number of people interest in full release notes.
Swappiness is set to pretty much disable it (never been a fan of an SSD being hit hard as a result of bad memory management) so I’m guessing if I were to go digging it would be CloudBerry that’s triggered the swap too.
Is this something that’s already on the radar to be fixed? Can the background processes be forcibly reset by the CLI to release that memory?
[reply=“Keith;1429”], do you use 2.5.0.32? Because there was a memory leak bug in that version, so we published v2.5.0.39 that has it fixed.
If you get this with a 2.5.0.39 - this requires additional investigation. Please send the diagnostics (./cbb sendLog), it will open a Support ticket right away.
You might also want to restart the service to lower the memory consumption (at least at first). The command is either
sudo systemctl restart cloudberry-backup
or
sudo service cloudberry-backup restart
depending on your distro.
[reply=“Gleb;1431”]
Thanks Gleb - it is indeed .32. I saw there was a .39 but no indications of what was in it when I looked earlier (since fixed with your note on the .32 release notes).
I’ll get .39 running and let you know if the problem continues.