1

Config/Navi: Add impermanence cheat (find impermanent files)

This commit is contained in:
2025-07-16 17:27:50 +02:00
parent 18b89e49ed
commit ba9aa7eb60

View File

@ -345,3 +345,8 @@ sudo cryptsetup luksClose <label>
% disko
# Partition and format disks
sudo disko --mode disko --flake .#<target>
% impermanence
# Find directories not yet persisted (individual files are always listed!)
sudo fd --one-file-system --base-directory <dir> --type f --hidden --exclude "{tmp,etc/passwd,.cache}"
$ dir: echo -e "/\n/home/christoph"