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

Implement chunk size argument and refactor mbuffer command generation #204

Closed P-EB closed 11 months ago

P-EB commented 1 year ago

Would fix #203

psy0rz commented 1 year ago

looks fine, but could you rename it to --buffer-chunk-size? (or something that starts with --buffer-)

coveralls commented 1 year ago

Coverage Status

coverage: 86.354% (-0.1%) from 86.449% when pulling 529c1bcfe249c241defecbf26450043846d2fdcd on P-EB:feature/chunk-size into ee1d17b6ff942d6a2d151c3bdaa664643cd80413 on psy0rz:master.

P-EB commented 1 year ago

Sure! Be my guest!

P-EB commented 11 months ago

(done)

psy0rz commented 11 months ago

thanks!