Updated howto Backup to rsync.net via ZFS (markdown)

DatuX
2022-01-13 23:57:59 +01:00
parent 23638425b1
commit 30e0af5572
2 changed files with 18 additions and 5 deletions

@ -0,0 +1,18 @@
rsync.net has accounts with actual full ZFS support. Since its basically a VM with full root access, you can use all the features you need
This tutorial will show you how to use it.
## Setup ssh keys
```console
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
Password for root@xxxxx.rsync.net:
Number of key(s) added: 1
Now try logging into the machine, with: "ssh 'root@xxxxx.rsync.net'"
and check to make sure that only the key(s) you wanted were added.
```

@ -1,5 +0,0 @@
rsync.net has accounts with actual full ZFS support. Since its basically a VM with full root access, you can use all the features you need
This tutorial will show you how to use it.
## Setup ssh keys