Files
python-troveclient/releasenotes/notes/incremental_backup-c18804d6277adf62.yaml
Ali Adil 2844f453cc Add --incremental flag to backup-create
Added --incremental flag to backup-create and set the default
value to False. When the flag is passed it will create a
backup based on the last good known full/incremental backup.
If there is no previous backup a full backup will be created.

Change-Id: I96498180890b8b1692b1bac3b19988532f6eb077
Partial-Bug: #1607429
2016-08-25 05:31:48 +00:00

7 lines
239 B
YAML

features:
- The --incremental flag for backup-create will
add the abiility to create incremental backup based
on last full or incremental backup. If no full or
incremental backup exists a new full backup will
be created.