vault backup: 2024-12-21 22:48:27

This commit is contained in:
Jerry Jacobs 2024-12-21 22:48:27 +01:00
parent fb0dc0d636
commit 4ed344c18f
2 changed files with 15 additions and 4 deletions

View File

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "2024/freebsd-jail-vanilla.md",
"file": "2021/zfs-snapshots.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "freebsd-jail-vanilla"
"title": "zfs-snapshots"
}
}
]
@ -52,7 +52,7 @@
"state": {
"type": "search",
"state": {
"query": "jail",
"query": "snapshot",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@ -166,6 +166,7 @@
"active": "316987f51496a482",
"lastOpenFiles": [
"2025/xg-infra-upgrade-2025.md",
"2024/freebsd-jail-vanilla.md",
"2021/zfs-snapshots.md",
"2024/april-training-mental-physical-goede-voornemens.md",
"2022/Adimec R D Software Quality Working Group.md",
@ -179,7 +180,6 @@
"2024/Gitea build on FreeBSD 14.2.md",
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
"2024/freebsd-notes.md",
"2024/freebsd-jail-vanilla.md",
"2021/A tale about open-source software experience.md",
"2024/Postgres Backups and ZFS snapshots.md",
"2024/Postgres and ZFS snapshots/postgres.go",

View File

@ -20,6 +20,17 @@ zfs set snapdir=visible zroot/data/syncthing
*/20 * * * * /usr/local/sbin/zfs-cleanup-snapshots
```
```
zfs get creation zpool/data/syncthing/shared/jerry/pictures@zfs-auto-snap_hourly-2024-12-21-22h00
NAME PROPERTY VALUE SOURCE
zpool/data/syncthing/shared/jerry/pictures@zfs-auto-snap_hourly-2024-12-21-22h00 creation Sat Dec 21 22:00 2024 -
root@pineapple:/data/syncthing/shared/jerry/pictures/.zfs/snapshot # zfs get -pH -o value creation zpool/data/syncthing/shared/jerry/pictures@zfs-auto-snap_hourly-2024-12-21-22h00
1734814800
```
See:
* https://github.com/j-keck/zfs-snap-diff
* https://j-keck.github.io/zsd/