From ec95bd127e609d4eb7273304e41e11def47483cb Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 7 Feb 2020 19:56:05 +0100 Subject: [PATCH] update version --- bin/zfs_autobackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/zfs_autobackup b/bin/zfs_autobackup index 4bca99b..e3ddde9 100755 --- a/bin/zfs_autobackup +++ b/bin/zfs_autobackup @@ -1301,7 +1301,7 @@ class ZfsAutobackup: def __init__(self): parser = argparse.ArgumentParser( - description='ZFS autobackup v3.0-beta4', + description='ZFS autobackup v3.0-beta5', epilog='When a filesystem fails, zfs_backup will continue and report the number of failures at that end. Also the exit code will indicate the number of failures.') parser.add_argument('--ssh-source', default=None, help='Source host to get backup from. (user@hostname) Default %(default)s.') parser.add_argument('--ssh-target', default=None, help='Target host to push backup to. (user@hostname) Default %(default)s.')