Releases: ayufan/pve-backup-server-dockerfiles
v4.0.13-1
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.13-1
Run as a docker container
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
TAG=v4.0.13-1 docker-compose up -d
Adapt docker-compose.yml
to your environment,
and re-run the TAG=v4.0.13-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.13-1/proxmox-backup-server-v4.0.13-1-$(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.13-1-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-client-*.tgz
proxmox-backup-client-*/proxmox-backup-client.sh
What's Changed
Full Changelog: v4.0.12-1...v4.0.13-1
v4.0.12-1
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.12-1
Run as a docker container
wget https://raw.githubusercontent.com/ayufan/pve-backup-server-dockerfiles/refs/heads/main/docker-compose.yml
TAG=v4.0.12-1 docker-compose up -d
Adapt docker-compose.yml
to your environment,
and re-run the TAG=v4.0.12-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.12-1/proxmox-backup-server-v4.0.12-1-$(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-1-$(dpkg --print-architecture).tgz
tar zxf proxmox-backup-client-*.tgz
proxmox-backup-client-*/proxmox-backup-client.sh
What's Changed
Full Changelog: v4.0.12...v4.0.12-1
v4.0.12
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.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