diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9bae3d2..8a5b669 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -21,18 +21,44 @@ "title": "2026-04-23 1544 initial install and setup of a proxmox host" } }, + { + "id": "df58771c98313fc4", + "type": "leaf", + "state": { + "type": "pdf", + "state": { + "file": "Attachments/ThinkCentre_M720_Tiny_Spec.pdf" + }, + "icon": "lucide-file-text", + "title": "ThinkCentre_M720_Tiny_Spec" + } + }, { "id": "b60d668d5121a137", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Categories/Products.md", + "file": "_Inbox/Corsair Force 120GB SSD 103.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Products" + "title": "Corsair Force 120GB SSD 103" + } + }, + { + "id": "adae432319616609", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_Inbox/Seagate 250GB Laptop HDD E03.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Seagate 250GB Laptop HDD E03" } }, { @@ -118,9 +144,23 @@ "icon": "lucide-file", "title": "2026-05-12 1456 faulty drive or laptop" } + }, + { + "id": "94b2df05b1dc6d4b", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox" + } } ], - "currentTab": 6 + "currentTab": 10 } ], "direction": "vertical" @@ -152,7 +192,7 @@ "state": { "type": "search", "state": { - "query": "proxmox", + "query": "sudo", "matchingCase": false, "explainSearch": false, "collapseAll": false, @@ -195,7 +235,7 @@ "state": { "type": "backlink", "state": { - "file": "Notes/2026-02-03 1618 Issues running proxmox on thinkpad T440s.md", + "file": "_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md", "collapseAll": true, "extraContext": false, "sortOrder": "byCreatedTime", @@ -205,7 +245,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for 2026-02-03 1618 Issues running proxmox on thinkpad T440s" + "title": "Backlinks for 2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox" } }, { @@ -328,15 +368,18 @@ "obsidian-git:Open Git source control": false } }, - "active": "d703e37dc156579c", + "active": "94b2df05b1dc6d4b", "lastOpenFiles": [ - "_Inbox/2026-05-12 1456 faulty drive or laptop.md", - "Notes/2026-02-03 1618 Issues running proxmox on thinkpad T440s.md", - "References/Lenovo Thinkpad T440s.md", - "_Inbox/Corsair Force 120GB SSD 103.md", - "Attachments/PXL_20260512_135458828.jpg", + "_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md", + "Attachments/ThinkCentre_M720_Tiny_Spec.pdf", + "References/Lenovo ThinkCentre M720Q Tiny.md", "Categories/Products.md", + "_Inbox/Corsair Force 120GB SSD 103.md", "_Inbox/Seagate 250GB Laptop HDD E03.md", + "Notes/2026-02-03 1618 Issues running proxmox on thinkpad T440s.md", + "_Inbox/2026-05-12 1456 faulty drive or laptop.md", + "References/Lenovo Thinkpad T440s.md", + "Attachments/PXL_20260512_135458828.jpg", "_Inbox/2026-05-12 1411 Dismantled old netbook and recovered parts.md", "_Inbox/Toshiba MK1234GAX 120GB HDD.md", "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md", @@ -362,11 +405,8 @@ "Attachments/PXL_20260512_110158875.jpeg", "_Inbox/2026-04-24 1836 linux zfs storage pool setup.md", "Daily Notes/2026-04-24.md", - "Daily Notes/2026-04-23.md", "Attachments/ThinkStation_P520_Spec.pdf", - "References/Amazon Fire Tablet Jess.md", "Templates/TaskNotes/mini-calendar-default.base", - "Attachments/ThinkCentre_M720_Tiny_Spec.pdf", "Excalidraw/2026-05-06 0856.excalidraw.png", "Excalidraw/2026-04-29 1545.excalidraw.png", "Attachments/Invoice PPSI137523 From Bargain Hardware.pdf", 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 new file mode 100644 index 0000000..6c7073c --- /dev/null +++ b/_Inbox/2026-05-12 2109 Setting up Sanoid Syncoid on Proxmox.md @@ -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` +- \ No newline at end of file