Too complicated to even try to read. Rsync is great but I've switched to Borg for backups. Borg isn't perfect but it is a higher level approach to backups, as it were. Hetzner recently dropped the price of their Storage Box backup product to about 2 euro per TB per month, and Borg works nicely with it. Borg encrypts all the backup contents and conceals the metadata on the backup server, and yet you can (with the encr…
I'm still not clear - does the Hetzner storage box have the borg binary installed on their end ? As in, one could run:
ssh user@hetzner borg --version
... or are you accessing borg over an sshfs mount, etc. ?Asking for a friend ...