Add sleep
to maybe fix timing issue.
This commit is contained in:
parent
092c74b578
commit
25d33394e9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue