vault backup: 2025-04-07 17:00:22

This commit is contained in:
2025-04-07 17:00:22 +02:00
parent 1605fe85fb
commit ac05c82838
2 changed files with 8 additions and 8 deletions

View File

@ -3,23 +3,23 @@ tags:
- freebsd
- homelab
---
# Vorke mini pc
* clean install newest Debian on m2-ssd
* btrfs data volume on /data (intel 512GB SSD)
* btrfs data volume on `/data` (intel 512GB SSD)
* `/data`
* `btrfs subvolume create --parents /path/to/subvolume`
* `/data/services/docker`
* `/data/services/syncthing`
* apt packages
* btrfs-progs
* neovim
* docker (custom apt repo)
BTRFS subvolume mount
BTRFS subvolume mount
* /var/lib/docker/ -> /data/services/docker
* `/var/lib/docker/` -> `/data/services/docker`
* https://man.archlinux.org/man/btrfs.5#subvolid=_subvolid_
* https://wiki.archlinux.org/title/Btrfs#Mounting_subvolumes
See information