diff --git a/Backup-to-rsync.net-via-ZFS.md b/Backup-to-rsync.net-via-ZFS.md index 0b259d9..9b80b11 100644 --- a/Backup-to-rsync.net-via-ZFS.md +++ b/Backup-to-rsync.net-via-ZFS.md @@ -16,3 +16,8 @@ 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. ``` +## Select filesystems +```console +[root@pve1 ~]# zfs set autobackup:rsync=true rpool/data/subvol-111-disk-0 +``` +