vault backup: 2026-05-14 12:30:07

This commit is contained in:
2026-05-14 12:30:08 +01:00
parent f740ed946a
commit 4acd0b168f
2 changed files with 30 additions and 12 deletions
+21 -8
View File
@@ -62,9 +62,23 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "Toshiba 3TB HDD Low-Energy E300" "title": "Toshiba 3TB HDD Low-Energy E300"
} }
},
{
"id": "42ec6713b28b032b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/Sanoid and Syncoid Setup.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Sanoid and Syncoid Setup"
}
} }
], ],
"currentTab": 3 "currentTab": 4
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -96,7 +110,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "sudo", "query": "sanoid",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -122,8 +136,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 392.5, "width": 392.5
"collapsed": true
}, },
"right": { "right": {
"id": "7060430b9611a9e7", "id": "7060430b9611a9e7",
@@ -139,7 +152,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "References/Toshiba 3TB HDD Low-Energy E300.md", "file": "_Inbox/Sanoid and Syncoid Setup.md",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "byCreatedTime", "sortOrder": "byCreatedTime",
@@ -149,7 +162,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for Toshiba 3TB HDD Low-Energy E300" "title": "Backlinks for Sanoid and Syncoid Setup"
} }
}, },
{ {
@@ -273,10 +286,10 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "ac34c7b6e02ddd84", "active": "42ec6713b28b032b",
"lastOpenFiles": [ "lastOpenFiles": [
"References/Toshiba 3TB HDD High-Performance P300.md",
"References/Toshiba 3TB HDD Low-Energy E300.md", "References/Toshiba 3TB HDD Low-Energy E300.md",
"References/Toshiba 3TB HDD High-Performance P300.md",
"References/Western Digital 3.0 TB HDD WD30EZRX.md", "References/Western Digital 3.0 TB HDD WD30EZRX.md",
"_Inbox/2026-05-14 0946 HDD SMART report.md", "_Inbox/2026-05-14 0946 HDD SMART report.md",
"_Inbox/2026-05-14 0948 hdd smart report.md", "_Inbox/2026-05-14 0948 hdd smart report.md",
+9 -4
View File
@@ -25,7 +25,12 @@ I've set this up on on a [[Proxmox]] backup machine, it creates the zfs snapshot
`/etc/sanoid/sanoid.conf` `/etc/sanoid/sanoid.conf`
`/etc/sanoid/sanoid.defaults.conf` `/etc/sanoid/sanoid.defaults.conf`
`/usr/local/bin/zfs-nightly-backup.sh` `/usr/local/bin/zfs-nightly-backup.sh`
- setup the cron job
`crontab -e` ### scheduled snapshots and prune
`0 3 * * * /usr/local/bin/zfs-nightly-backup.sh > /var/log/zfs-backup.log 2>&1`
by default, when installing via `apt` it starts a timer service that executes every 15minutes. for my requirements i need to disable this for now
`systemctl stop timer.sanoid.service`
`systemctl disable time.sanoid.service`