oetiker / znapzend

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

Default change from autoCreation to noautoCreation #663

Open moetiker opened 2 weeks ago

moetiker commented 2 weeks ago

hi

Was there a default change from autoCreation to noautoCreation? I had to create the base zfs destination point but without any option znapzend was creating with the recursive option all zfs missing without the option --autoCreation

moetiker commented 2 weeks ago

https://github.com/oetiker/znapzend/blame/2d1df16707e60790564710913318776dc19c9ebd/lib/ZnapZend.pm#L414

if (!defined($autoCreation)) { $autoCreation = 0; }