oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
608 stars 138 forks source link

znapzendzetup does not support feature compressed #418

Closed chaerle closed 3 years ago

chaerle commented 5 years ago

There is no way to activate the feature "compressed" in znapzendzsetup (it least it is not documented anywhere). See also issue #334

maniac0s commented 5 years ago

I need this too

gabviv73 commented 4 years ago

I think it does not be activated in per source, but in the general config of the daemon. In Debian:

# vi /etc/default/znapzend

# Command line options for znapzend
ZNAPZENDOPTIONS="--features=compressed"

#systemctl restart znapzend.service

#ps auxw | grep znapzend

root     29278  0.1  0.3  78364 25564 ?        Ss   21:50   0:00 /usr/bin/perl /usr/bin/znapzend --autoCreation --features=compressed
jtkoerting commented 3 years ago

in FreeBSD you need to edit the rc.d script. extend the command_args line with the --features option:

command_args="--features=compressed ..."

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.