diff --git a/roles/restic.nix b/roles/restic.nix index 3f30180..1a79c25 100644 --- a/roles/restic.nix +++ b/roles/restic.nix @@ -13,9 +13,8 @@ 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 + ${pkgs.coreutils}/bin/sleep 10 ''; backupCleanupCommand = '' #!${pkgs.bash}/bin/sh