Files
freezer-api/api-ref/source/v2/samples/actions-create-request.json
Cai Hui cee24d3acd Update Backup Service api-ref
Add Backup Service API v2 reference.

Change-Id: Ib56c0a87c92c48daa705b75c09e1c5b3b1c3cd5a
2018-10-25 06:53:06 -04:00

15 lines
483 B
JSON

{
"freezer_action":
{
"backup_name": "production_backup",
"container": "prod_container",
"no_incremental": true,
"path_to_backup": "/etc/",
"snapshot": true,
"action": "backup",
"remove_older_than": 365,
"log_file": "/var/log/freezer/job0001.log"
},
"max_retries": 5,
"max_retries_interval": 6
}