[GH-ISSUE #143] Cluster backup scheduler #31

Open
opened 2026-03-03 15:29:45 +03:00 by kerem · 2 comments
Owner

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.

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.
Author
Owner

@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.

<!-- gh-comment-id:2049257109 --> @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.
Author
Owner

@luthermonson commented on GitHub (Apr 29, 2024):

how do you feel about making the type ClusterBackup since that's the URL and then moving to receiver funcs off that?

<!-- gh-comment-id:2082976966 --> @luthermonson commented on GitHub (Apr 29, 2024): how do you feel about making the type `ClusterBackup` since that's the URL and then moving to receiver funcs off that?
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#31
No description provided.