diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 08ed935..494f6a7 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -62,9 +62,23 @@ "icon": "lucide-file", "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" @@ -96,7 +110,7 @@ "state": { "type": "search", "state": { - "query": "sudo", + "query": "sanoid", "matchingCase": false, "explainSearch": false, "collapseAll": false, @@ -122,8 +136,7 @@ } ], "direction": "horizontal", - "width": 392.5, - "collapsed": true + "width": 392.5 }, "right": { "id": "7060430b9611a9e7", @@ -139,7 +152,7 @@ "state": { "type": "backlink", "state": { - "file": "References/Toshiba 3TB HDD Low-Energy E300.md", + "file": "_Inbox/Sanoid and Syncoid Setup.md", "collapseAll": true, "extraContext": false, "sortOrder": "byCreatedTime", @@ -149,7 +162,7 @@ "unlinkedCollapsed": true }, "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 } }, - "active": "ac34c7b6e02ddd84", + "active": "42ec6713b28b032b", "lastOpenFiles": [ - "References/Toshiba 3TB HDD High-Performance P300.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", "_Inbox/2026-05-14 0946 HDD SMART report.md", "_Inbox/2026-05-14 0948 hdd smart report.md", diff --git a/_Inbox/Sanoid and Syncoid Setup.md b/_Inbox/Sanoid and Syncoid Setup.md index 19572dc..180b769 100644 --- a/_Inbox/Sanoid and Syncoid Setup.md +++ b/_Inbox/Sanoid and Syncoid Setup.md @@ -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.defaults.conf` `/usr/local/bin/zfs-nightly-backup.sh` -- setup the cron job - `crontab -e` - `0 3 * * * /usr/local/bin/zfs-nightly-backup.sh > /var/log/zfs-backup.log 2>&1` - + +### scheduled snapshots and prune + +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` + + +