I've been fiddling around with the Hetzner Backup Space and I want to use rsync via. rsnapshot in order to back up my files (more info at their Wiki here)
They state in their documentation:
The direct use of rsync is not possible. Backup space can, however, be locally mounted using smbfs, sshfs or ftpfs, which allows a limited use of rsync. To take full advantage of rsync (such as incremental backups using hardlinks) an image file must be created, which should be mounted via loopback. In addition to this, it is also possible to add encryption via encfs (Encrypted File System) to protect the data.
I've already given it a stab by using Curlftpfs and, well, as it was to be expected that doesn't work very well - I get hangs and timeouts and a plethora of errors.
I would like to try the more "correct" way of solving this as described by the quote above - but how do I actually accomplish this? I've tried googling the matter, but the information out there is conflicting and confusing.
Encryption is not a must-have for me. I just want something that works, the simpler the better :)