refactor: ZFS

This commit is contained in:
timeshifter
2021-12-03 19:00:35 +01:00
parent efe680e813
commit c8d1fdb353
5 changed files with 77 additions and 46 deletions
-4
View File
@@ -32,7 +32,3 @@ keep_snapshots_per_interval = {
"weekly": 8,
"monthly": 12,
}
ZFS = "/usr/bin/zfs"
ZPOOL = "/usr/bin/zpool"
CRYPTSETUP = "/usr/bin/cryptsetup"