Hello
we have a couple of pve backup systems ready to use in case server room burns down.
using regular pve backups we rsync to usb, then use that usb off site to restore backups.
with PBS we want to do something similar as our WAN conneciton can not handle the pbs sync.
so I did this:
1- restored a pbs backup from usb to /backups
2- installed pbs
3- then tried to add /backups/store1 as a datastore and got this:
Next I think that I should try to add the datastore then restore the usb? I'll try that but if any advise on a better way please respond.
we have a couple of pve backup systems ready to use in case server room burns down.
using regular pve backups we rsync to usb, then use that usb off site to restore backups.
with PBS we want to do something similar as our WAN conneciton can not handle the pbs sync.
so I did this:
1- restored a pbs backup from usb to /backups
2- installed pbs
3- then tried to add /backups/store1 as a datastore and got this:
Code:
proxmox-backup-manager datastore create store1 /backups/store1
Error: unable to create chunk store 'store1' subdir "/backups/store1/.chunks" - EEXIST: File exists
Next I think that I should try to add the datastore then restore the usb? I'll try that but if any advise on a better way please respond.