trove/releasenotes/notes/incremental_backup-1910ded0fc3474a3.yaml
Ali Adil 7cd6ca0c8e Add --incremental flag to backup-create
Add --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: I6fcd60f6068dfb0145fa64248a2d8b3fdfc1004d
Depends-On: I96498180890b8b1692b1bac3b19988532f6eb077
Partial-Bug: #1607429
2016-09-06 21:55:01 +00:00

7 lines
238 B
YAML

features:
- The --incremental flag for backup-create will
add the ability 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.