Installing a Proxmox backup server is quite easy. The official documentation says you only need 4GB of RAM plus 1GB for every TB of storage.
Here are some sample calculations based on that advice:
Drives | Storage amount | Recommended RAM |
4x4TB RAID-10 | 8TB | 12GB RAM |
4x4TB RAID-5 | 12TB | 16GB RAM |
4x12TB RAID-10 | 24TB | 28GB RAM |
4x22TB RAID-10 | 44TB | 48GB RAM |
Install the software in a server then:
Change the software repository to the free one, if you do not have a subscription. Proxmox reference is
here.
-
Click on Access Control
Add a user.
At the bottom of the menu click on Add a Datastore
After you have created it, click on its name, which should be just above the Add option
Set the user to the name of the user you created and give them full permission
In the ProxMox PVE control panel:
Click on Datacentre at the top of the server tree
Click on Storage in the menu to the right of that
Click Add and choose ProxMox Backup Server at the bottom of the list
The ID field can be whatever you like, at least two characters, beginning with a letter.
For the
Server field put the
DNS name or IP address of the backup server.
Put the user name plus domain in the Username field. You will find this shown on the backup server's data store page. If you created the user admin then it is probably admin@pbs.
In the Datastore field put the name you assigned to the storage.
Click save.
Now when you go to backup a VM you can choose between local storage and the data store name you created.
Upgrading the backup server is fairly straightforward and can even be done while the server is live (though it is better to put into maintenance mode).
Instructions for upgrading from v2 to v3 are found on the Proxmox web site.