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