vault backup: 2025-04-23 18:56:42

This commit is contained in:
Jerry Jacobs 2025-04-23 18:56:42 +02:00
parent c6b5039e57
commit 401e0cef61
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ Dedibox Scaleway Online.net
* Format whole partition to btrfs: `/sbin/mkfs.btrfs -f /dev/sda4`
* Install neovim: `apt install neovim`
* Get disk UUID: `blkid`
*
* Add entry in fstab:
* `UUID=2e4ffa36-579c-4c46-8cca-0f3ba79f5e21 /data btrfs noatime 0 0`
* `systemctl daemon-reload && mount -a && df -h`