does anyone here have success following the instructions at proxmox/proxmox-backup: Proxmox Backup Server and Client - read only mirror (github.com) ? I think it's obvious to people who use Rust, but for the rest of us the instructions could be clearer. Examples:
rustup toolchain: I did a google search and it seems rustup is like rbenv or nvm, i.e. to allow switching between versions of rust. if I have only the rustc Debian package, do I need to care about rustup? Seems not, but I am not sure.
Versioning of proxmox helper crates: do I need to understand this if all I need is to build the package? Do I need to change anything to build? If yes, which file?
Local cargo config: again, do I need to do anything here to build?
I feel that perhaps I am too nosy; all of this started just because I wanted to build the pbs client from source and failed, despite my honest attempt to follow the official instructions.
I think for a proxmox developer it would take less than 5 minutes to copy&paste the instructions into a fresh debian install and see if the instructions work.
rustup toolchain: I did a google search and it seems rustup is like rbenv or nvm, i.e. to allow switching between versions of rust. if I have only the rustc Debian package, do I need to care about rustup? Seems not, but I am not sure.
Versioning of proxmox helper crates: do I need to understand this if all I need is to build the package? Do I need to change anything to build? If yes, which file?
Local cargo config: again, do I need to do anything here to build?
I feel that perhaps I am too nosy; all of this started just because I wanted to build the pbs client from source and failed, despite my honest attempt to follow the official instructions.
I think for a proxmox developer it would take less than 5 minutes to copy&paste the instructions into a fresh debian install and see if the instructions work.