KVM SR: add missing option in input json schema.

parent 47ec079c
......@@ -29,5 +29,11 @@
"description": "Periodicity of backup, in cron format.",
"type": "string"
}
"remove-backup-older-than": {
"title": "Remove backups older than...",
"description": "Remove all the backups in PBS that are older than specified value. It should be rdiff-backup-compatible."
"type": "string",
"default": "3B"
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment