pbs client

This commit is contained in:
dado 2025-02-09 17:37:38 +01:00
parent 716c2a192e
commit cd3c28c200

View File

@ -62,8 +62,20 @@ root@pve:~# apt update
root@pve:~# apt install proxmox-backup
```
## pbs client
```bash
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" >> /etc/apt/sources.list
root@dadopc:~# apt update && apt install proxmox-backup-client
```
## Riferimenti
- [Setting up Proxmox over wifi](https://github.com/ThomasRives/Proxmox-over-wifi#setting-up-proxmox-over-wifi)
- [Proxmox Backup No-Subscription Repository](https://pbs.proxmox.com/docs/installation.html#proxmox-backup-no-subscription-repository)
- [Come Installare Proxmox Backup Server](https://blog.miniserver.it/proxmox-backup-server/installare-proxmox-backup-server/)
- [Come Installare Proxmox Backup Server](https://blog.miniserver.it/proxmox-backup-server/installare-proxmox-backup-server/)
- [How to create a backup with Proxmox backup client](https://linuxconfig.org/how-to-create-a-backup-with-proxmox-backup-client)