test and fix resume edge-case

This commit is contained in:
Edwin Eefting
2021-05-26 23:06:19 +02:00
parent 75d0a3cc7e
commit a2f3aee5b1
3 changed files with 43 additions and 10 deletions

View File

@ -16,7 +16,7 @@ from zfs_autobackup.ThinnerRule import ThinnerRule
class ZfsAutobackup:
"""main class"""
VERSION = "3.1-rc1"
VERSION = "3.1-rc2"
HEADER = "zfs-autobackup v{} - (c)2021 E.H.Eefting (edwin@datux.nl)".format(VERSION)
def __init__(self, argv, print_arguments=True):