oetiker / znapzend

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

znapzend not working on Ubuntu 18.04.2 and ZoL 0.8.0-rc #411

Closed dewi-ny-je closed 5 years ago

dewi-ny-je commented 5 years ago

I downloaded the current repository https://github.com/oetiker/znapzend/commit/defcf6d761e2c54a828b47676bf1b2d5c6b6b196 and I compiled it without any errors. I configured it to obtain this configuration:

*** backup plan: tank/media ***
         enabled = on
         mbuffer = off
    mbuffer_size = 1G
   post_znap_cmd = off
    pre_znap_cmd = off
       recursive = on
             src = tank/media
        src_plan = 6months=>1week
        tsformat = %Y-%m-%d-%H%M%S
      zend_delay = 0

but when I run znapzend -n -d I don't get any output and the program never ends. I have to stop it with Control+C. I verified and there is no CPU or HDD activity (top and zpool iostat 2).

In case it matters,

This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi
(with 67 registered patches, see perl -V for more detail)
dewi-ny-je commented 5 years ago

Sorry, my bad. I forgot the "--runonce"