vault backup: 2026-04-24 19:24:17

This commit is contained in:
2026-04-24 19:24:17 +01:00
parent af5feb1d82
commit f3838dc27d
3 changed files with 55 additions and 9 deletions
+25 -9
View File
@@ -135,16 +135,30 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md", "file": "Daily Notes/2026-04-24.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "2026-04-23 1544 initial install and setup of a proxmox host" "title": "2026-04-24"
}
},
{
"id": "ad33cacc5764af0c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/2026-04-24 1836.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-04-24 1836"
} }
} }
], ],
"currentTab": 9 "currentTab": 10
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -304,10 +318,10 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md" "file": "_Inbox/2026-04-24 1836.md"
}, },
"icon": "lucide-info", "icon": "lucide-info",
"title": "File properties for 2026-04-23 1544 initial install and setup of a proxmox host" "title": "File properties for 2026-04-24 1836"
} }
}, },
{ {
@@ -325,7 +339,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 409.5 "width": 409.5,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -352,10 +367,12 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "67163cd92f212eec", "active": "ad33cacc5764af0c",
"lastOpenFiles": [ "lastOpenFiles": [
"Attachments/ThinkStation_P520_Spec.pdf", "Daily Notes/2026-04-24.md",
"_Inbox/2026-04-24 1836.md",
"_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md", "_Inbox/2026-04-23 1544 initial install and setup of a proxmox host.md",
"Attachments/ThinkStation_P520_Spec.pdf",
"_Inbox/2026-04-24 1123.md", "_Inbox/2026-04-24 1123.md",
"_Inbox/2026-04-23 1005.md", "_Inbox/2026-04-23 1005.md",
"_Inbox/2026-04-22 1302.md", "_Inbox/2026-04-22 1302.md",
@@ -387,7 +404,6 @@
"References/Toshiba 2TB HDD DT01ACA200.md", "References/Toshiba 2TB HDD DT01ACA200.md",
"References/Toshiba 3TB HDD Low-Energy E300.md", "References/Toshiba 3TB HDD Low-Energy E300.md",
"References/Sandisk 120GB SSD SDSSDA.md", "References/Sandisk 120GB SSD SDSSDA.md",
"References/Amazon Fire Tablet Bella.md",
"Attachments/H87M-ITX.pdf", "Attachments/H87M-ITX.pdf",
"Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf", "Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf",
"Attachments/Pasted Image 20260223141434_201.png", "Attachments/Pasted Image 20260223141434_201.png",
+14
View File
@@ -0,0 +1,14 @@
---
date: 2026-04-24
created: 2026-04-24T18:36:17
category:
- "[[Daily Notes]]"
---
# Friday 24th April 2026
[[Home]] | [[PARA|PARA Board]] | [[2026-04-23|< Back]] | [[2026-04-25|Forward >]]
## today's activity
![[Daily note today.base]]
## in focus
![[PARA.base]]
+16
View File
@@ -0,0 +1,16 @@
---
category:
- "[[Note]]"
type:
- "[[Log]]"
title: linux zfs storage pool setup
created: 2026-04-24T18:36:22
date: 2026-04-24
tags:
---
### smb sharing
smb is case insensitive and linux is case sensitive. of the few settings that a data-set will not inherit from it's parent is 'casesensitivity' which is on by default. Therefore you must remember to set casesensitivity=insensitive!!
command to setup dataset suitable for smb sharing
`zfs create -o casesensitivity=insensitive -o acltype=posixacl -o xattr=sa -o compression=lz4 poolname/datasetname`