I searched around on the forums but haven't seen to much relevant information about rotating backup drives. My current situation is this:
- I would like to keep a backup offsite but have almost no upload bandwidth to run a remote PBS host
- I have two 4TB portable USB 3 drives that I rotate off site on a weekly basis
- I have 1 zfs backup datastore in pbs for each usb drive
- I have 1 backup job for each Datastore running in pbs (I disabled one of them when the relevant drive is not connected)
My current workflow for changing drives is:
- Shutdown the pbs host (currently a proxmox vm) on Friday morning after the backup is completed
- Physically remove backup1 and take the drive off-site and store in a secure location
- Bring the other backup drive on-site Friday evening
- Physically connect backup2 and start the pbs vm
- Run the following from the pbs terminal `zpool import backup2`
- In the proxmox host, disable the backup1 job and enable the backup2 job
- Repeat weekly
Does anyone have a better way? This works, but is a bit labor intensive.
- I would like to keep a backup offsite but have almost no upload bandwidth to run a remote PBS host
- I have two 4TB portable USB 3 drives that I rotate off site on a weekly basis
- I have 1 zfs backup datastore in pbs for each usb drive
- I have 1 backup job for each Datastore running in pbs (I disabled one of them when the relevant drive is not connected)
My current workflow for changing drives is:
- Shutdown the pbs host (currently a proxmox vm) on Friday morning after the backup is completed
- Physically remove backup1 and take the drive off-site and store in a secure location
- Bring the other backup drive on-site Friday evening
- Physically connect backup2 and start the pbs vm
- Run the following from the pbs terminal `zpool import backup2`
- In the proxmox host, disable the backup1 job and enable the backup2 job
- Repeat weekly
Does anyone have a better way? This works, but is a bit labor intensive.