From 30e0af5572a7372e5af9b761d58aa6db88ff927f Mon Sep 17 00:00:00 2001 From: DatuX Date: Thu, 13 Jan 2022 23:57:59 +0100 Subject: [PATCH] Updated howto Backup to rsync.net via ZFS (markdown) --- Backup-to-rsync.net-via-ZFS.md | 18 ++++++++++++++++++ howto-Backup-to-rsync.net-via-ZFS.md | 5 ----- 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 Backup-to-rsync.net-via-ZFS.md delete mode 100644 howto-Backup-to-rsync.net-via-ZFS.md diff --git a/Backup-to-rsync.net-via-ZFS.md b/Backup-to-rsync.net-via-ZFS.md new file mode 100644 index 0000000..0b259d9 --- /dev/null +++ b/Backup-to-rsync.net-via-ZFS.md @@ -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. +``` + diff --git a/howto-Backup-to-rsync.net-via-ZFS.md b/howto-Backup-to-rsync.net-via-ZFS.md deleted file mode 100644 index 418513f..0000000 --- a/howto-Backup-to-rsync.net-via-ZFS.md +++ /dev/null @@ -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 \ No newline at end of file