1

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

This commit is contained in:
2025-07-16 17:27:50 +02:00
parent e6b8e4dbac
commit eb855c6e88

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"