From d0428056cd8b8a9ab901c723c778bacc6bf89f36 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 4 Apr 2023 15:39:54 +0200 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Performance.md b/Performance.md index bd8597e..35498e6 100644 --- a/Performance.md +++ b/Performance.md @@ -83,4 +83,6 @@ zfs-autobackup ... --send-pipe "nc server_name 8023" --recv-pipe "nc -l -p 8023" This will pipe the data through netcat on the specified port. +Note that only the actual transfer of the ZFS-data during zfs send/recv is done via this, it still requires SSH for all the other stuff. + Also see: https://github.com/psy0rz/zfs_autobackup/issues/15#issuecomment-1043753454