backup server recordsize
This commit is contained in:
parent
50fed682eb
commit
3b1ef1eb41
1 changed files with 13 additions and 6 deletions
|
@ -16,7 +16,14 @@ defaults = {
|
|||
'/usr/bin/rsync',
|
||||
'/sbin/zfs',
|
||||
},
|
||||
}
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank': {
|
||||
'recordsize': "1048576",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue