Export all existing configurations

I added the option to export all configuration at once using the --all parameter. It will dump each config into a timestamped yaml or json file named after the backup, so you can use it as a pre backup script to always have an up to date copy of your backup configs. It works in conjunction with --output-path so you can just export it wherever you want.

1 Like