-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add proxmoxbackupclient #6628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add proxmoxbackupclient #6628
Conversation
- add proxmoxbackupclient_go - patch sources to get rid of windows dependencies - upstream is still under development
|
Hi, thanks for the work. Any chance you can write a few instructions how to build/test this for something who has not worked with the spksrc repository? |
We have inststructions on how to install development packages created by github build action under Frequently Asked Questions after installation of the proxmoxbackupclient package, you have the command proxmoxbackupgo available in the path (original is /var/packages/proxmoxbackupclient/target/bin/proxmoxbackupgo) |
|
I've confirmed that the installation works on my ARM Test-NAS and from what I can tell I'm able to push a backup! |
| CHANGELOG = "Initial package release." | ||
|
|
||
| HOMEPAGE = https://github.com/tizbac/proxmoxbackupclient_go/ | ||
| LICENSE = GPLv2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| LICENSE = GPLv2 | |
| LICENSE = GPLv3 |
Description
proxmoxbackupclient_go is a backup client for pbs (proxmox backup server) written on golang.
Fixes #6308
Checklist
all-supportedcompleted successfullyType of change