Add sleep to maybe fix timing issue.

This commit is contained in:
Nolan Darilek 2025-07-15 11:17:44 -04:00
parent 092c74b578
commit 25d33394e9

View file

@ -13,9 +13,8 @@
backupPrepareCommand = '' backupPrepareCommand = ''
#!${pkgs.bash}/bin/sh #!${pkgs.bash}/bin/sh
${pkgs.zfs}/bin/zfs snapshot zpool/home@restic ${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.zfs}/bin/zfs snapshot zpool/var@restic
${pkgs.coreutils}/bin/ls /var/.zfs/snapshot/restic ${pkgs.coreutils}/bin/sleep 10
''; '';
backupCleanupCommand = '' backupCleanupCommand = ''
#!${pkgs.bash}/bin/sh #!${pkgs.bash}/bin/sh