I wanted to create a thread for others to find before I create a ticket, as I think there should be better support inside the software for managing rotating drives.
Currently, I'm struggling to find a proper way to rotate four USB HDDs (one drive per week), specifically:
Our old setup with Veeam worked like this, and I'm trying to replicate it with PBS and PVE:
With PBS:
sdparm -l --save --set SZCT=6000 /dev/sdc
sdparm -l --save --set STANDBY_Z=1 /dev/sdc
I end up rebooting the PBS server because I can't seem to get the datastore back online after plugging in the disk for next week.
Is there a recommended way to handle backups on rotating hard drives with PBS?
I apologize if my post comes across as critical of the product. I genuinely want PBS to work as seamlessly as our PVE cluster does.
I'm feeling quite frustrated with the current setup, and I haven't even addressed the need to set up a third PBS server due to the absence of a feature like a Hardened Repository, similar to what Veeam offers.
I already had to find workarounds for the lack of Network File Backup for my previous Post (https://forum.proxmox.com/threads/backup-files-from-smb-share-to-pbs.151766/#post-687412)
Currently, I'm struggling to find a proper way to rotate four USB HDDs (one drive per week), specifically:
- Spinning down the disks when they aren't being used.
- Automatically mounting the disks whenever I physically plug them in.
- Understanding why the license model is per server instead of based on the entire Proxmox environment. I need to buy another PBS license just to avoid running into the basement to swap HDDs. It would be more convenient to connect them to a PC near my office, but PBS feels expensive compared to PVE for the additional cost of handling these scenarios. It seems like the lack of certain features forces the use of multiple PBS instances, which complicates the setup with custom scripts that could potentially cause issues.
- Considering if I need to invest in new hard disks because the data compression only happens after the backup (and sync), leading to the disks reaching 100% capacity before all servers finish backing up.
Our old setup with Veeam worked like this, and I'm trying to replicate it with PBS and PVE:
- The Veeam Backup Server triggered a Backup Sync Job on a Windows client. The Windows PC existed solely to manage USB disks, with no extra licensing costs.
- On Monday at 12:30, the Backup Sync started copying files to our external disk.
- By Friday at 12:00, the job stopped using the disk. At 12:30, the disk was unmounted and ready to be taken home.
- Another HDD could be plugged into the Windows PC to prepare for the next backup cycle starting on Monday at 12:30.
With PBS:
- It seems like I need a second PBS server with a license to add my existing PBS as a "Remote."
- I'm not sure if I should create separate ZFS datasets for each disk? Is that the right way?
- Running a Sync Job for each datastore on Monday fills the disks completely because compression doesn't happen until later. This means the disks reach full capacity, and I can't run compression or deduplication afterward. With the current capacity limits, I wonder how to handle backups efficiently without needing to buy much larger disks or a more complex setup. yes I could buy 20TB Drives now, but these will fill up with just one Backup Cycle sooner or later.
sdparm -l --save --set SZCT=6000 /dev/sdc
sdparm -l --save --set STANDBY_Z=1 /dev/sdc
I end up rebooting the PBS server because I can't seem to get the datastore back online after plugging in the disk for next week.
Is there a recommended way to handle backups on rotating hard drives with PBS?
I apologize if my post comes across as critical of the product. I genuinely want PBS to work as seamlessly as our PVE cluster does.
I'm feeling quite frustrated with the current setup, and I haven't even addressed the need to set up a third PBS server due to the absence of a feature like a Hardened Repository, similar to what Veeam offers.
I already had to find workarounds for the lack of Network File Backup for my previous Post (https://forum.proxmox.com/threads/backup-files-from-smb-share-to-pbs.151766/#post-687412)
Last edited: