wip
This commit is contained in:
parent
198c1f54fa
commit
6e5b6c0f05
1 changed files with 0 additions and 23 deletions
|
@ -7,28 +7,5 @@ defaults = {
|
|||
'when': 'Sat 00:00',
|
||||
'persistent': True,
|
||||
},
|
||||
'zfs-scrub': {
|
||||
'command': '/usr/lib/zfs-linux/scrub',
|
||||
'when': 'Sun 00:00',
|
||||
'persistent': True,
|
||||
},
|
||||
'zfs-auto-snapshot-hourly': {
|
||||
'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //',
|
||||
'when': 'hourly',
|
||||
},
|
||||
'zfs-auto-snapshot-daily': {
|
||||
'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=daily --keep=7 //',
|
||||
'when': 'daily',
|
||||
},
|
||||
'zfs-auto-snapshot-weekly': {
|
||||
'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=weekly --keep=4 //',
|
||||
'when': 'weekly',
|
||||
'persistent': True,
|
||||
},
|
||||
'zfs-auto-snapshot-monthly': {
|
||||
'command': '/usr/sbin/zfs-auto-snapshot --quiet --syslog --label=monthly --keep=24 //',
|
||||
'when': 'monthly',
|
||||
'persistent': True,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue