Skip to content

Commit

Permalink
[ref guide] Fix description of field backupName for backup (#2554)
Browse files Browse the repository at this point in the history
the previous description of backupName is not correct. Backup name should be the same if using incremental backups
  • Loading branch information
QFREEE authored and epugh committed Jul 15, 2024
1 parent a82c2c6 commit cf74b16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,8 @@ s|Required |Default: none
+
What to name the backup that is created.
Provided as a query parameter for v1 requests, or as a path segment for v2 requests.
This is checked to make sure it doesn't already exist, and otherwise an error message is raised.
+
For incremental backups, the backup name should be reused to add new backup points to the existing backup. For non-incremental backups (deprecated), this name is checked to ensure it doesn't already exist, and an error message is raised if it does.

`location`::
+
Expand Down

0 comments on commit cf74b16

Please sign in to comment.