@girish Thanks, that works.
Latest posts made by geba
-
How to force a full rsync backup?
I use rsync backups on a local file system (details below). I have just noticed that my backups consume a lot less space that I'd expect - 1.2 GB for all backups combined, when my Nextcloud app alone has over 6 GB of data in its "appsdata" folder. It seems that Cloudron only backs up the files that have changed since the last backup, without ever checking whether that backup still exists.
How can I force Cloudron to do a full backup, including files that were previously backed up and have not changed since?
Some details on my backup strategy for context: my final backup location is a sever I have at home that I don't want to expose to the internet. So I tell Cloudron to do backups to its local file system, and then I have rsnapshot on my home server fetch those backups. Occasionally when I run low on storage on the Cloudron server, I delete old backups there. This worked fine for years; I assume a (fairly) recent Cloudron update introduced the change that Cloudron explicitly excludes unchanged files from backups. (Which seems rather pointless when using rsync on a local drive, because rsync can take care of that itself, but I suppose it makes sense for many other backup cofigurations).
-
/var/lib/docker/overlay2 getting full
I had some trouble with my Cloudron. Found out that the disk was getting full, and managed to fix that with the instructions at https://cloudron.io/documentation/server/#recovery-after-disk-full
However, I investigated a bit what was taking up so much space. It turns out that by far the biggest culprit is /var/lib/docker/overlay2 which has about 450 subfolders and uses 16 GB of my 45 GB drive. (determined with "du -x", i.e. skipping anything that's not on the root file system).
I use only 6 apps, and the appsdata folder is only about 7.5 GB. Is it normal that the /var/lib/docker/overlay2 takes up twice as much space as my appsdata? My understanding is that that folder contains the docker containers of the apps and whatever other containers are running, so it seems odd that it's that much larger than appsdata.
Is it possible that some old content is not cleaned up or duplicated when the VPS is rebooted? I had to reboot a few days ago (for the first time in months), just wondering if that has any connection. It was a hard reboot, i.e. equivalent to just cutting the power without shutting down.