vault backup: 2026-05-16 08:59:19

This commit is contained in:
2026-05-16 08:59:19 +01:00
parent eb36eafc8a
commit 88a1bfd88d
2 changed files with 42 additions and 10 deletions
+38 -10
View File
@@ -118,9 +118,37 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "Linux CLI Config and Commands" "title": "Linux CLI Config and Commands"
} }
},
{
"id": "c8808af5e051fd18",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/OpenZFS.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "OpenZFS"
}
},
{
"id": "efb8895fc0c2d3bc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/Sanoid and Syncoid.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Sanoid and Syncoid"
}
} }
], ],
"currentTab": 4 "currentTab": 9
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -194,7 +222,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "_Inbox/2026-04-24 1836 linux zfs storage pool setup.md", "file": "_Inbox/Sanoid and Syncoid.md",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "byCreatedTime", "sortOrder": "byCreatedTime",
@@ -204,7 +232,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for 2026-04-24 1836 linux zfs storage pool setup" "title": "Backlinks for Sanoid and Syncoid"
} }
}, },
{ {
@@ -213,12 +241,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "_Inbox/2026-04-24 1836 linux zfs storage pool setup.md", "file": "_Inbox/Sanoid and Syncoid.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": false "unlinkedCollapsed": false
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "Outgoing links from 2026-04-24 1836 linux zfs storage pool setup" "title": "Outgoing links from Sanoid and Syncoid"
} }
}, },
{ {
@@ -281,10 +309,10 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "_Inbox/2026-04-24 1836 linux zfs storage pool setup.md" "file": "_Inbox/Sanoid and Syncoid.md"
}, },
"icon": "lucide-info", "icon": "lucide-info",
"title": "File properties for 2026-04-24 1836 linux zfs storage pool setup" "title": "File properties for Sanoid and Syncoid"
} }
}, },
{ {
@@ -335,10 +363,11 @@
"tasknotes:Open Pomodoro statistics": false "tasknotes:Open Pomodoro statistics": false
} }
}, },
"active": "eac10c8aff866288", "active": "efb8895fc0c2d3bc",
"lastOpenFiles": [ "lastOpenFiles": [
"Categories/Note.md",
"_Inbox/OpenZFS.md", "_Inbox/OpenZFS.md",
"_Inbox/2026-04-24 1836 linux zfs storage pool setup.md",
"Categories/Note.md",
"_Inbox/Sanoid and Syncoid.md", "_Inbox/Sanoid and Syncoid.md",
"_Inbox/Docker.md", "_Inbox/Docker.md",
"Categories/Software.md", "Categories/Software.md",
@@ -365,7 +394,6 @@
"Attachments/Pasted image 20260515052130.png", "Attachments/Pasted image 20260515052130.png",
"Attachments/Pasted image 20260515050434.png", "Attachments/Pasted image 20260515050434.png",
"_Inbox/2026-05-14 0946 HDD SMART report.md", "_Inbox/2026-05-14 0946 HDD SMART report.md",
"_Inbox/Lenovo ThinkStation P520.md",
"Attachments/ThinkCentre_M720_Tiny_Spec.pdf", "Attachments/ThinkCentre_M720_Tiny_Spec.pdf",
"Attachments/PXL_20260512_135458828.jpg", "Attachments/PXL_20260512_135458828.jpg",
"Attachments/PXL_20260512_130415266.jpg", "Attachments/PXL_20260512_130415266.jpg",
+4
View File
@@ -17,6 +17,10 @@ tags:
I've set this up on on a [[Proxmox]] backup machine, it creates the [[OpenZFS|zfs]] snapshots on the remote machine and them pulls them into it's own zfs pool. I've set this up on on a [[Proxmox]] backup machine, it creates the [[OpenZFS|zfs]] snapshots on the remote machine and them pulls them into it's own zfs pool.
## important
- the source of the datasets should be the only one taking snapshots (i.e. `autosnap = yes`), the destinations only replicate these snapshots, see Jim Salter's comments [here](https://discourse.practicalzfs.com/t/setting-up-syncoid-for-offsite-backup/1611/3).
## initial setup ## initial setup
install Sanoid on backup and source host (not strictly required on both, but Sanoid uses tools on both machine for fast and reliable connection) install Sanoid on backup and source host (not strictly required on both, but Sanoid uses tools on both machine for fast and reliable connection)