Hi,
Kindly correct this command
curator --host localhost --port 9200 snapshot indices --skip-repo-validation --repository backups --time-unit days --older-than 30 --timestring '%Y.%m.%d'
Usage: curator snapshot [OPTIONS] COMMAND [ARGS]...
Take snapshots of indices (Backup)
Options:
--repository TEXT Repository name.
--name TEXT Override default name.
--prefix TEXT Override default prefix.
--wait_for_completion BOOLEAN Wait for snapshot to complete before
returning. [default: True]
--ignore_unavailable Ignore unavailable shards/indices.
--include_global_state BOOLEAN Store cluster global state with snapshot.
[default: True]
--partial Do not fail if primary shard is unavailable.
--request_timeout INTEGER Allow this many seconds before the
transaction times out. [default: 21600]
--skip-repo-validation Skip repository access validation.
--help Show this message and exit.
Commands:
indices Index selection.
2017-02-22 21:46:03,920 ERROR Missing required parameter --repository