diff --git a/roles/restic.nix b/roles/restic.nix index 5db0764..3f30180 100644 --- a/roles/restic.nix +++ b/roles/restic.nix @@ -13,7 +13,9 @@ backupPrepareCommand = '' #!${pkgs.bash}/bin/sh ${pkgs.zfs}/bin/zfs snapshot zpool/home@restic + ${pkgs.coreutils}/bin/ls /home/.zfs/snapshot/restic ${pkgs.zfs}/bin/zfs snapshot zpool/var@restic + ${pkgs.coreutils}/bin/ls /var/.zfs/snapshot/restic ''; backupCleanupCommand = '' #!${pkgs.bash}/bin/sh