proxmox-backup-server
ayufan/proxmox-backup-server:latest
True
https://hub.docker.com/r/ayufan/proxmox-backup-server
host
sh
false
https://forums.unraid.net/topic/133141-support-devzwf-proxmox-backup-server-dockerfiles/
https://github.com/ayufan/pve-backup-server-dockerfiles
Proxmox Backup Server in a Container
This is an unofficial compilation of Proxmox Backup Server to run it in a container for AMD64 and ARM64.
Running in a container might result in some functions not working properly. Feel free to create an issue to debug those.
login to https://:8007/ with admin / pbspbs. After that change a password.
Note:
The core features should work, but there are ones do not work due to container architecture:
ZFS: it is not installed in a container
Shell: since the PVE (not PAM) authentication is being used, and since the shell access does not make sense in an ephemeral container environment
PAM authentication: since containers are by definition ephemeral and no /etc/ configs are being persisted
Backup:
https://[IP]:[PORT:8007]
https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/pbs-logo.jpg
--restart unless-stopped --memory=2g --mount type=tmpfs,destination=/run
1672682418
Don't donate to me! Instead, please donate the creators of the apps, but if you insist
https://ko-fi.com/devzwf
/mnt/user/appdata/pbs/etc
/mnt/user/appdata/pbs/logs
/mnt/user/appdata/pbs/lib
/mnt/user/pbs_backup/
America/Toronto
### 20023.10.08
- Update to latest container image
### 2023.01.02
- Initial Release