Buy me a Coffee
If you found it useful :)
Use docker image
For starting quickly all images are precompiled and hosted at https://hub.docker.com/r/ayufan/proxmox-backup-server/tags.
docker pull ayufan/proxmox-backup-server:v4.0.18-1Run as a docker container
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
TAG=v4.0.18-1 docker-compose up -dAdapt docker-compose.yml to your environment,
and re-run the TAG=v4.0.18-1 docker-compose up -d.
Then login to https://<ip>:8007/ with admin / pbspbs.
After that change a password.
Install server on bare-metal or virtualized host
wget https://github.com/ayufan/pve-backup-server-dockerfiles/releases/download/v4.0.18-1/proxmox-backup-server-v4.0.18-1-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-server-*.tgz
proxmox-backup-server-*/installUse static client binary
Similar to server, the client binary is available for various architectures. The arm32 is considered unstable, and should only be able to backup, but likely cannot be used to restore data.
wget https://github.com/ayufan/pve-backup-server-dockerfiles/releases/download/v4.0.12/proxmox-backup-client-v4.0.18-1-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-client-*.tgz
proxmox-backup-client-*/proxmox-backup-client.shWhat's Changed
- workflow: fix continue_on_error by @ayufan in #89
- Update image for Proxmox Backup Server by @stepman0 in #100
- Bump to v4.0.18 by @ayufan in #101
New Contributors
Full Changelog: v4.0.13-1...v4.0.18-1