mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-27 01:45:50 +03:00
[GH-ISSUE #143] Cluster backup scheduler #31
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @slade991 on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/143
Hello,
The api endpoint for /cluster/backup seems to be missing, the one in node/vzdump doesn't take schedule argument, am i missing something ?
Thank you.
@slade991 commented on GitHub (Apr 11, 2024):
i implemented a crude version of creating schedule, getting them and delete a schedule by id for my use case.
If you are interested you can check it here: https://github.com/luthermonson/go-proxmox/compare/main...slade991:go-proxmox:main
I'm not doing a pull request as this is not clean and doesn't necessary match your convention. But you can check it out if you want to implement it.
@luthermonson commented on GitHub (Apr 29, 2024):
how do you feel about making the type
ClusterBackupsince that's the URL and then moving to receiver funcs off that?