I think yes it is, the newes version in the enterprise repo is 6.2-10 with support the pbs. But you should think it's a beta...
not deeply tested and not as comfortable as having a shell to copy the files - but checkout the description @t.lamprecht sent to the pve-user list: https://lists.proxmox.com/pipermail/pve-user/2020-July/171883.html - I hope this helps!
* are the services running?is installed the backup server for testing - the web interface is not showing up on https://<IP>:8007 - what went wrong what can I do to check?
systemctl status proxmox-backup.service proxmox-backup-proxy.service
?ss -tlnp |grep 8007
?Would be very beneficial to those with large datasets that need to sync offsite.manual seeding of backups
Does this work as a VM? Running my current backup servers as VMs on XenServer with iSCSI backbone. Would like to keep the same infrastructure.
I agree with guletz, that a pure pull backup with all connections not initiated by the pve (the system to backup) is best from the security point of view. I would like to know a best practice way to use pbs securely in this spirit. For testing, I managed to set up a pbs in my lan and configured a backup storage on the pve (1 node cluster) in my lan. It is then easy to create backups of my pve-containers, but they are pushed. This is not a big problem on my lan. But I also like to backup a remote server. In the worst case, Eve will not only corrupt my remote server but might also obtain access to my lan, if she manages to hack my remote server. Is it possible to have the backup-client on my lan to initiate the backup (perhaps on a third machine)? If this is not the case, should I setup a lan-pve that pulls the remote containers via pve-zsync. I could then push the backups from the lan-pve to the lan-pbs.I do agree that will be very usefull, but from security perspective this is not OK. From my knowldge, a good bukup system(security perspective) must complay with this rules:
-any backup task is intitiated only from backup host(so in case of security compromise of the client, the client himself can not access/delete/restore any bakup file/image)
-any restore task is also initiated only from backup host
Good luck /Bafta!
Create a local backup server and than sync from a remote server, and all is ok... and secure...I agree with guletz, that a pure pull backup with all connections not initiated by the pve (the system to backup) is best from the security point of view. I would like to know a best practice way to use pbs securely in this spirit. For testing, I managed to set up a pbs in my lan and configured a backup storage on the pve (1 node cluster) in my lan. It is then easy to create backups of my pve-containers, but they are pushed. This is not a big problem on my lan. But I also like to backup a remote server. In the worst case, Eve will not only corrupt my remote server but might also obtain access to my lan, if she manages to hack my remote server. Is it possible to have the backup-client on my lan to initiate the backup (perhaps on a third machine)? If this is not the case, should I setup a lan-pve that pulls the remote containers via pve-zsync. I could then push the backups from the lan-pve to the lan-pbs.
Create a local backup server and than sync from a remote server, and all is ok... and secure...
yes it is on the roadmap: https://pbs.proxmox.com/wiki/index.php/RoadmapAre there any plans to integrate an automated method for backing up the actual Proxmox host configurations to Proxmox Backup Server? I tried to search to see if anyone else had asked the same question, but I didn't get anywhere; sorry if this has been asked/answered before.
Ah, I don't know how I missed that! Thanks for the link, and thanks for the great productsyes it is on the roadmap: https://pbs.proxmox.com/wiki/index.php/Roadmap
Not so sure, I've been testing PBS on two laptops with VirtualBox installed. On each laptop, I had only one VM - one for Debian client, one for PBS. Both laptops were connected to a small low-end gigabit switch and the transfer between those to machines while backing up the client oscillate around 95 MB/s - 6 GB machine was backed up in less than 2 minutes including deduplication (the final size of the backup file was something around 1,3 GB).performance will probably be better when running bare-metal
-any backup task is intitiated only from backup host(so in case of security compromise of the client, the client himself can not access/delete/restore any bakup file/image)
-any restore task is also initiated only from backup host