Libvirt (libvirtd) nodes (based on KVM and Qemu) are a great and cheap (read: free) alternative of deploying virtual nodes in a cloud. Required is a server which will act as a hypervisor, in our article we chose to use a Hetzner server installed with Ubuntu Linux 20.4-lts. After the default installation of Ubuntu 20.4-lts,…
Tag: Hetzner
Backup to free Hetzner FTP
If you have a hosting account at Hetzner with free backup space, you can not access this backup volume using rsync. One way of creating a simple backup, is by using the tar command with the incremental option. You will also want to encrypt these backup files and one easy to do this, is by…