Hello,
I'm using "pvesh get /cluster/backup" for obtain ID's of my cluster backup configurations and return the id of backups created.
I want to save the ID in my database for manipulating this backup to add new VM, but this ID is generated again after modify any parameter of backup.
For example:
pvesh get /cluster/backup
┌────────────────────────────────────────────┐
│ id │
╞════════════════════════════════════════════╡
│ 3127sdfys98fdys98fds8dd8845793fd9b5ad4d67:1 │
└────────────────────────────────────────────┘
And after set e-mail in the backup and execute again the command shows this:
pvesh get /cluster/backup
┌────────────────────────────────────────────┐
│ id │
╞════════════════════════════════════════════╡
│ 3ec6d132123awewewaeasdasbcda0a3426d91d:1 │
└────────────────────────────────────────────┘
Why is the reason for update the ID of backup?
I'm confused.
I'm using "pvesh get /cluster/backup" for obtain ID's of my cluster backup configurations and return the id of backups created.
I want to save the ID in my database for manipulating this backup to add new VM, but this ID is generated again after modify any parameter of backup.
For example:
pvesh get /cluster/backup
┌────────────────────────────────────────────┐
│ id │
╞════════════════════════════════════════════╡
│ 3127sdfys98fdys98fds8dd8845793fd9b5ad4d67:1 │
└────────────────────────────────────────────┘
And after set e-mail in the backup and execute again the command shows this:
pvesh get /cluster/backup
┌────────────────────────────────────────────┐
│ id │
╞════════════════════════════════════════════╡
│ 3ec6d132123awewewaeasdasbcda0a3426d91d:1 │
└────────────────────────────────────────────┘
Why is the reason for update the ID of backup?
I'm confused.