github ayufan/pve-backup-server-dockerfiles v4.0.12

latest releases: v4.0.13-1, v4.0.12-1
pre-release25 days ago

Buy me a Coffee

ko-fi

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

Run as a docker container

wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/master/docker-compose.yml
TAG=v4.0.12 docker-compose up -d

Adapt docker-compose.yml to your environment,
and re-run the TAG=v4.0.12 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.12/proxmox-backup-server-v4.0.12-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-server-*.tgz
proxmox-backup-server-*/install

Use 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.12-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-client-*.tgz
proxmox-backup-client-*/proxmox-backup-client.sh

What's Changed

Full Changelog: v3.4.1...v4.0.12

Don't miss a new pve-backup-server-dockerfiles release

NewReleases is sending notifications on new releases.