Backup or restore configuration (api, parsers, scenarios etc.) to/from directory
This command is here to help you save and/or restore crowdsec configurations to simple replication
cscli backup save ./my-backup
cscli backup restore ./my-backup
-h, --help help for backup
-c, --config-dir string Configuration directory to use. (default "/etc/crowdsec/cscli/")
--debug Set logging to debug.
--error Set logging to error.
--info Set logging to info.
-o, --output string Output format : human, json, raw. (default "human")
--warning Set logging to warning.