Hi friends,
I had been in the need to test the Proxmox Backup CLI solution on CentOS and Fedora. But it was not possible at the moment to do so, because the official package is available at the moment for Debian. For sure in the future Proxmox will provide us with the package for other Linux Distros. But at the moment I came up with a container which provide us with the backup cli tool. This way we can backup files in different Linux OS and maybe windows(with docker).
The basic command to perform a backup would be:
For further information about the usage of the container you could visit the repo at https://github.com/alebeta90/proxmox-backup-cli-container
If you have any suggestion you can create a PR in the repository or write here in a comment.
Kind Regards,
I had been in the need to test the Proxmox Backup CLI solution on CentOS and Fedora. But it was not possible at the moment to do so, because the official package is available at the moment for Debian. For sure in the future Proxmox will provide us with the package for other Linux Distros. But at the moment I came up with a container which provide us with the backup cli tool. This way we can backup files in different Linux OS and maybe windows(with docker).
The basic command to perform a backup would be:
podman run -i --rm -v /home/john:/mydata -e PBS_PASSWORD -e PBS_FINGERPRINT --security-opt label=disable quay.io/alebeta/proxmox-backup-cli:latest backup backup.pxar:/mydata/ --repository myuser@pbs@pbs-server:backup01
For further information about the usage of the container you could visit the repo at https://github.com/alebeta90/proxmox-backup-cli-container
If you have any suggestion you can create a PR in the repository or write here in a comment.
Kind Regards,