[SOLVED] How to re-add a datastore after it has been removed

EllyMae

Member
Jul 20, 2022
134
10
23
I have a datastore that has been removed. When I try to re-add it, here's what happens.
Screenshot from 2022-11-21 10-20-55.png
Screenshot from 2022-11-21 10-21-18.png
 
Hello,

to re-add an existing datastore you need to work on the shell and edit the file /etc/proxmox-backup/datastore.cfg like so

Code:
datastore: PBS
        path /mnt/datastore/PBS

Kind regards,
Benedikt
 
Hello,

to re-add an existing datastore you need to work on the shell and edit the file /etc/proxmox-backup/datastore.cfg like so

Code:
datastore: PBS
        path /mnt/datastore/PBS

Kind regards,
Benedikt
That did the trick. Thank you, Benedikt.