From 5abc2e2382c77e6c018dd60c903d0622952c733c Mon Sep 17 00:00:00 2001 From: DatuX Date: Wed, 27 Sep 2023 23:56:16 +0200 Subject: [PATCH] Updated Backup to rsync.net via ZFS (markdown) --- Backup-to-rsync.net-via-ZFS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Backup-to-rsync.net-via-ZFS.md b/Backup-to-rsync.net-via-ZFS.md index e784b94..5e8ae1e 100644 --- a/Backup-to-rsync.net-via-ZFS.md +++ b/Backup-to-rsync.net-via-ZFS.md @@ -1,4 +1,4 @@ -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 +rsync.net has accounts with actual full ZFS support. Note that "A Special "zfs send Capable" Account is Required. (Its basically a VM with full root access) See https://www.rsync.net/products/zfsintro.html . @@ -10,7 +10,7 @@ We'll start with the basics and then talk about security considerations and encr ### Setup ssh keys -To make sure your server can login via ssh automaticly: +To make sure your server can login via ssh automatically: ```console [root@pve1 ~]# ssh-copy-id root@xxxxx.rsync.net