From c80d9eada2ca5f470d38b3293cf108eec59e6947 Mon Sep 17 00:00:00 2001 From: bobbie Date: Wed, 13 May 2026 14:31:03 +0100 Subject: [PATCH] vault backup: 2026-05-13 14:31:03 --- ...-12 2109 Setting up Sanoid Syncoid on Proxmox.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md b/_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md index 1662cf4..fc68629 100644 --- a/_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md +++ b/_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md @@ -9,12 +9,7 @@ created: 2026-05-12T21:09:25 date: 2026-05-12 tags: --- -- First off, create a user on both primary and backup host - - `adduser sanoid-user` -- On the primary host, give that user permission to hold, send, and list snapshots - - `zfs allow -u sanoid-user send,snapshot,hold,list poolname/dataset` -- On the backup host, give that user permission to receive and create datasets. - - `zfs allow -u sanoid-user receive,create,mount poolname/backup-dataset` -- Generate key while logged in as `sanoid-user` on the backup machine. - - `ssh-keygen -t ed25519` -- \ No newline at end of file +- install sanoid on backup host + - `apt install sanoid` +- use root accounts for ssh connections, the zfs commands need root access. tried to get it to work without and it was turtles all the way down +