Updated howto Backup to rsync.net via ZFS (markdown)
18
Backup-to-rsync.net-via-ZFS.md
Normal file
18
Backup-to-rsync.net-via-ZFS.md
Normal file
@ -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
|
||||
Reference in New Issue
Block a user