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

[ feature request ] Make znapzendzetup to be able to create backup plans without prompting for confirmation #665

Open IronDusts opened 2 weeks ago

IronDusts commented 2 weeks ago

For the purpose of automation the znapzendzetup tool must be able to create backup plans without prompting for confirmation via keyboard input.

Please add a switch like --confirm or something similar so it can be executed via automation scripts.

mtelka commented 4 days ago

I think you should look at the --donotask option.

IronDusts commented 2 days ago

It worked with --donotask, didn't know it exists and didn't find it in the documentation.

Thanks