A dedicated root server at Hetzner running FreeBSD 13.0-RELEASE-p7 with 2 x 512GB NVMe configured as ZFS mirror and a storage box with 100GB offering access by scp / rsync / BorgBackup (but no ssh login).
So besides not having enough backup space available (at least after the zroot usage will exceed those 100GB at one point), no login at the storage box and of course no
With the current use, I thought of simply creating a recursive snapshot of zroot, then create a compressed and encrypted archive from that snapshot and send it to the storage box by
How would you solve this exactly?
Any better ideas?
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zroot 54.1G 403G 96K /zroot
zroot/ROOT 1.58G 403G 96K none
zroot/ROOT/default 1.58G 403G 1.58G /
zroot/tmp 128K 403G 128K /tmp
zroot/usr 52.5G 403G 96K /usr
zroot/usr/home 52.5G 403G 52.5G /usr/home
zroot/usr/ports 96K 403G 96K /usr/ports
zroot/usr/src 96K 403G 96K /usr/src
zroot/var 1.96M 403G 96K /var
zroot/var/audit 96K 403G 96K /var/audit
zroot/var/crash 96K 403G 96K /var/crash
zroot/var/log 1.46M 403G 1.46M /var/log
zroot/var/mail 136K 403G 136K /var/mail
zroot/var/tmp 96K 403G 96K /var/tmp
So besides not having enough backup space available (at least after the zroot usage will exceed those 100GB at one point), no login at the storage box and of course no
zfs recv
there.With the current use, I thought of simply creating a recursive snapshot of zroot, then create a compressed and encrypted archive from that snapshot and send it to the storage box by
scp
.How would you solve this exactly?
Any better ideas?