Bachelor Tech
  • Home
  • Tutorials
  • Tips
  • Portfolio
  • About Jan
  • Contact Jan

Initial PBS Configuration

by Jan Bachelor July 13, 2025
  • Now it is the exciting moment! You can access your Proxmox Backup Server GUI. Head to a browser of your choice on the same network:
https://<your_ip>:8007
  • Pass through the warning sign and there you go:
Initial Proxmox Backup Server view after first login
  • Head to ‘Administration’ and notice the warning about updates:
No valid license warning
  • This is because we upgraded to Trixie before the PBS repo was ready for it.
  • Firstly, add a new repo for ‘No-Subscription:
Switch to free ‘no-subscription’
  • Then disable the one under pbs.enterprise.list that is meant for ‘bookworm’.
  • The final state can look like this:
APT Repositories window after changes
  • Now you can head to the ‘Add Datastore’ button. If you just want to use the same drive as the one used for PBS, you can simply add a new folder such as /mnt/rpi_backups (in a typical production set up, a different drive would be used for backups). Keep the ‘Name’ parameter simple without spaces, as shown below:
Add a Datastore
  • Log into your Proxmox VE web interface. Go to Datacenter -> Storage. Click on the ‘Add’ button and select ‘Proxmox Backup Server’.
  • Fill in the details:
    • ID: A name for this storage within Proxmox VE (e.g., pbs_rpi).
    • Server: The IP address of your Raspberry Pi.
    • Username: root@pam (or the user you’ve configured on PBS). Please note that this for home lab use only. If you plan to use it in production environment, it is crucial to implement access based on the principle of least privilege. See the section below related to security hardening tips.
    • Password: The password for that user.
    • Datastore: The name of the datastore you created in Step 1 (e.g., rpi_backups).
    • Fingerprint: Click the Show Fingerprint button in your PBS dashboard (as seen in your screenshot) and copy-paste the long string of characters here. This ensures you’re connecting to the correct server.
    • Click on the ‘Add‘ button.
  • The new PBS storage should now appear in the storage list for both of your Proxmox node. Repeat for any other node you may have.
Add your PBS to your Proxmox node(s)
  • Let’s create a scheduled backup job! On your Proxmox node, go to ‘Datacenter (home)’ → ‘Backup’ and click on the ‘Add’ button.
    • Choose which nodes you want to cover (leaving it to default covers all)
    • Storage: choose your new Proxmox Backup unit
    • Schedule: as per your preference
    • Selection mode: as per your preference
    • Mode: Snapshot
Define your backup job
  • Retention tab – leave blank, as this is better configured on the PBS side.
  • Node template – in case you have more than just one more, it is advisable to change it to something like this: {{node}}-{{vmid}}-{{guestname}}
  • Once you are happy with your configuration and click on the ‘Create’ button, you can execute the backup job instantly by clicking on the ‘Run now’ button.
Upgrade to Trixie + PBS Installation
Performance Monitoring - Read & Write Operations
Go back to course overview: Turn your Raspberry Pi into a Proxmox Backup Server

3 comments

DrKappy August 21, 2025 - 4:37 am

Hi Jan – Great work! Just a note, I had to add the following —> wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg

Reply
Rik August 28, 2025 - 4:09 am

I figured it out.

PBS will not login on Pi without setting the root password, despite what you may have set in RPi Imager, even if it’s the same. I’d update your guide to reflect that 😉

sudo -u root passwd

Once done, all good, and login to PBS is fine, so thanks for deleting my comments, and not getting back to me. Very professional.

Reply
Jan Bachelor October 13, 2025 - 11:16 pm

Hi Rik, thank you for the updates. Your comments were held for a review and I apologize for not noticing it earlier. Good catch there with the root password, thank you! I will update the guide accordingly.

Reply

Leave a Comment Cancel Reply

Save my name, email, and website in this browser for the next time I comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 FacebookWhatsappEmail

Course Steps

  1. Prepare a Debian-based RPI image
  2. Upgrade to Trixie + PBS Installation
  3. Initial PBS Configuration
  4. Performance Monitoring - Read & Write Operations
  5. Additional Fine Tuning of your PBS & Best Practices
  6. Storage Health Monitoring
  7. Security Hardening Considerations for your PBS

Other courses

Create an automated Gravity workflow that will allow...

January 19, 2024

Dynamically Populate Gravity Forms from Google Sheets (GSheets...

March 16, 2021

Concur Alternative: Import Employees’ Credit Card Expenses to...

January 19, 2024

Turn your Raspberry Pi into a Proxmox Backup...

July 13, 2025

Install iRedMail Mail Server As Proxmox VM With...

October 31, 2024

Recent Posts

  • How to get LXC containers for Proxmox outside of ready-made templates

  • How to join two Proxmox nodes into a cluster (PVE 8.x)

  • How to Rename a Proxmox Node

Facebook Twitter Instagram Pinterest Linkedin Youtube

All Rights Reserved. The theme was customized from Soledad, see PenciDesign

Bachelor Tech
  • Home
  • Tutorials
  • Tips
  • Portfolio
  • About Jan
  • Contact Jan