From 63d20917120c549b3a54bc198a07c254488fb64d Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Tue, 22 Oct 2019 17:43:15 +0200 Subject: [PATCH] wip --- zfs_autobackup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfs_autobackup b/zfs_autobackup index f1df485..6813aab 100755 --- a/zfs_autobackup +++ b/zfs_autobackup @@ -898,7 +898,7 @@ schedule=[ ( 1*time_blocks['days'] , 4 * time_blocks['days'] ), ( 1*time_blocks['weeks'] , 4 * time_blocks['weeks'] ), ( 1*time_blocks['months'], (6 * time_blocks['months']) ), - ( 1*time_blocks['years'], 1 * time_blocks['years'] ), + ( 1*time_blocks['years'], 2* time_blocks['years'] ), ] @@ -950,7 +950,7 @@ def test(): sys.stdin.readline() - now=now+random.randint(0,80000) + now=now+random.randint(0,800000) # msnapshots.insert(0,now) test()