update README
This commit is contained in:
parent
658f9449fc
commit
44713c6933
9 changed files with 422 additions and 43 deletions
29
README.md
29
README.md
|
@ -37,26 +37,25 @@ In the unlikely case that you actually read this and have any questions please d
|
|||
- [x] steveej-t14
|
||||
- [x] contabo vps
|
||||
- [x] sj-pve0
|
||||
- [ ] use an existing secret management framework
|
||||
- [ ] adapt (or abandon?) _just_ recipes
|
||||
- [ ] `rebuild-this-device`
|
||||
- [ ] `update-this-device`
|
||||
- [ ] `rebuild-remote-device`
|
||||
- [ ] `update-remote-device`
|
||||
- [x] use an existing secret management framework
|
||||
- [x] adapt (or abandon?) _just_ recipes
|
||||
- [x] `rebuild-this-device`
|
||||
- [x] `update-this-device`
|
||||
- [x] `rebuild-remote-device`
|
||||
- [x] `update-remote-device`
|
||||
|
||||
evaluate, and understand a path to using these tools in a pull-based fashion:
|
||||
- [x] [colmena](https://github.com/zhaofengli/colmena)
|
||||
* bootstrapping: https://github.com/zhaofengli/colmena/issues/68
|
||||
- [ ] deploy-rs
|
||||
- [ ] 🚧 find a better alternative for the qtile-desktop
|
||||
|
||||
- [x] 🚧 find a better alternative for the qtile-desktop
|
||||
current issues:
|
||||
- floating windows often get lost in the background
|
||||
- plugging in-/out- screen crashes the desktop
|
||||
|
||||
evaluate:
|
||||
- [ ] 🚧 gnome3 + pop-shell
|
||||
- [ ] leftwm + eww (+ wayland?)
|
||||
- [x] ~~🚧 gnome3 + pop-shell~~
|
||||
- [x] ~~leftwm + eww (+ wayland?)~~
|
||||
- [ ] (Re-)document bootstrap process
|
||||
- [ ] `apt install sudo cryptsetup` as a requirements on a deb admin machine
|
||||
- [ ] a new machine
|
||||
|
@ -96,12 +95,4 @@ just --list
|
|||
1. offline-bitwise copy of drive
|
||||
2. disconnect remove the previous drive
|
||||
3. replace the driveId in the device's hw.nix
|
||||
4. run the `just disk-relabel nix/os/devices/<deviceName> <prevDiskId>` command to rename the filesystem and volume group
|
||||
|
||||
## Backup
|
||||
|
||||
### Copy existing subvolumes to new backup target
|
||||
|
||||
```
|
||||
`systemctl cat bkp-run | grep ExecStart | awk -F '=' '{print $2}'` --verbose --progress archive /var/lib/container-volumes ssh://[IP]:[PORT]/mnt/backup/container-volumes/
|
||||
```
|
||||
4. run the `just disk-relabel nix/os/devices/<deviceName> <prevDiskId>` command to rename the filesystem and volume group
|
Loading…
Add table
Add a link
Reference in a new issue