Dump flags not working

Hi,
according to Command line interface the “vikunju dump” cli command has two possible flags, -p or --path and -f or --filename.

However, neither seems to work:
root@wekan:/opt/vikunja# ./vikunja dump --filename name
Error: unknown flag: --filename
Usage:
vikunja dump [flags]

Flags:
-h, --help help for dump

same for the other flags.

This is version 0.24.5, go1.23.3

Have the flags been removed or changed to something else?

Kind regards,

Thomas

These flags are new and only supported from 0.25.0 onwards (not yet released). You can use an unstable build until they are released as stable.

Thanks for the reply, I might try that.
Or I just use some bash code with the stable to rename the generated zip for my daily backup.

Anyway, I’d like to say after a few days of getting into it I really like your Vikunja.

1 Like

That might work as well.

Thanks for the kind words!