Compare commits
No commits in common. "b63dbb873a228723a9b148a6d00e7a3c2cc9a11a" and "76fe8827472a717e1ae3aa0d74d7d04d307c0eea" have entirely different histories.
b63dbb873a
...
76fe882747
|
@ -29,7 +29,7 @@
|
|||
name = "zfs-diff";
|
||||
runtimeInputs = with pkgs; [ zfs coreutils parallel tree ];
|
||||
text = ''
|
||||
zfs diff -F zroot/encrypted/root@blank | awk '$2 == "F" && system("test -e /persist/"$3) != 0 { print $3 }' 2>/dev/null | tree --fromfile . "$@"
|
||||
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -e /persist/{} || echo {}' | tree --fromfile .
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
".config/Nextcloud"
|
||||
".config/keepassxc"
|
||||
".local/share/direnv"
|
||||
".local/share/nvim"
|
||||
".local/share/zoxide"
|
||||
".local/state/nvim"
|
||||
".mozilla"
|
||||
|
|
Loading…
Reference in New Issue