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

Runonce should have option to bypass zend_delay time for troubleshoot purpose #437

Closed IronDusts closed 4 years ago

IronDusts commented 4 years ago

Hello,

I having zend_delay option enabled for my daily backup schedule, I need to modify the configuration and remove it every time I need to troubleshoot issues using --runonce --debug.

Otherwise every debug run I need to wait hour or two to see the send result.

Would it be possible to add option like --nodelay or something that will bypass transfer wait for troubleshoot purpose?

Thanks

jimklimov commented 4 years ago

@IronDusts : please ping back if the solution proposed in #448 works for you and does what you wanted? :)

IronDusts commented 4 years ago

Hello,

That's the one. It will work. Thank you very much.