Have openBackupCursor accept inputs for incremental backup requests

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.3.1, 4.2.4
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • v4.2
    • Execution Team 2019-11-18
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      • Have `openBackupCursor` accept as input: `incrementalBackup: <false/true>`.
        • For backwards compatibility, the default value is false.
        • The first full backup meant for incremental must pass true.
        • All incremental backups (obviously) must pass true.
      • Have `openBackupCursor` accept as input `thisBackupName: <string>`.
        • This input exists iff `incrementalBackup: true`.
        • The API should return a validation error if the name is not unique (for the "recent history" if provided names).
      • Have `openBackupCursor` accept as input `srcBackupName: <string>`.
        • This input must not exist when `incrementalBackup: false`.
        • This input may or may not exist when `incrementalBackup: true`.
        • The API should return a validation error if the `srcBackupName` is not in the "recent history" of provided `thisBackupName` s.

            Assignee:
            Gregory Wlodarek
            Reporter:
            Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: