psy0rz / zfs_autobackup

ZFS autobackup is used to periodicly backup ZFS filesystems to other locations. Easy to use and very reliable.
https://github.com/psy0rz/zfs_autobackup
GNU General Public License v3.0
583 stars 62 forks source link

Use short options for zfs send command #185

Closed bk closed 1 year ago

bk commented 1 year ago

This PR replaces long zfs send options (such as --large-block) with short options (such as -L). The aim is to support pulling backup data from older zfs versions such as OpenZFS 0.6.x.

I also fixed a few typos in user-facing messages.

psy0rz commented 1 year ago

regression tests failed, can you check out whats going on? thanks :)

bk commented 1 year ago

Sorry about that. The destroymissing test referenced one of the strings I had changed in #627fa87. Should be fixed now. All tests pass on my own system, at least.

psy0rz commented 1 year ago

no need to be sorry, thanks :)

coveralls commented 1 year ago

Coverage Status

Coverage: 84.898%. Remained the same when pulling 388630110c6004ea048e16109f745bff3c4210be on bk:master into 60840a42130500bcbe7d89037c3dbec24764ac5d on psy0rz:master.