fix: zfs-diff script
parent
99c3cbb12e
commit
76fe882747
|
@ -29,7 +29,7 @@
|
||||||
name = "zfs-diff";
|
name = "zfs-diff";
|
||||||
runtimeInputs = with pkgs; [ zfs coreutils parallel tree ];
|
runtimeInputs = with pkgs; [ zfs coreutils parallel tree ];
|
||||||
text = ''
|
text = ''
|
||||||
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -d /persist/{} || echo {}' | tree --fromfile .
|
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -e /persist/{} || echo {}' | tree --fromfile .
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue