Hi!
I finally made the upgrade to 22.04 on my Vultr instance (whew!)
There’s just one problem: I found out that Vultr offers cheaper HDD storage, so I created a HDD volume and basically did ln -s /mnt/owncloud /home/user-data/owncloud
. I had to do this to have enough space to upgrade, even after I had spun off /home/user-data/backup
to a similar volume.
Now, when I run MiaB’s backup process, I end up with a fairly small bunch of duplicity files, which judging from the size contains everything except that symlinked owncloud folder.
How do I fix this? Or, how can I separately safely backup the owncloud folder? I’ve tried rsyncing it but the owncloud.db file changes while I’m doing it.