vault backup: 2026-05-12 21:20:44

This commit is contained in:
2026-05-12 21:20:44 +01:00
parent 032b3ed05a
commit 3bfd91dede
2 changed files with 75 additions and 15 deletions
@@ -0,0 +1,20 @@
---
category:
- "[[Journal]]"
- "[[Note]]"
type:
- "[[Log]]"
title: " Setting up Sanoid Syncoid on Proxmox"
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`
-