mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
version bump
This commit is contained in:
parent
352c61fd00
commit
a7bf1e8af8
@ -606,7 +606,7 @@ def zfs_autobackup():
|
||||
|
||||
# parse arguments
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(description='ZFS autobackup v2.1')
|
||||
parser = argparse.ArgumentParser(description='ZFS autobackup v2.2')
|
||||
parser.add_argument('--ssh-source', default="local", help='Source host to get backup from. (user@hostname) Default %(default)s.')
|
||||
parser.add_argument('--ssh-target', default="local", help='Target host to push backup to. (user@hostname) Default %(default)s.')
|
||||
parser.add_argument('--keep-source', type=int, default=30, help='Number of days to keep old snapshots on source. Default %(default)s.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user