[SOLVED] How to rename pbs Backup Target Name

mohnewald

Well-Known Member
Aug 21, 2018
57
4
48
60
Hello,

how can i rename my backup target? It started as a test but is now live :)

Content: /etc/pve/storage.cfg

pbs: proxmox-backup-test datastore Backup-Cluster5a server 10.10.50.200 content backup ....


When i change it to "pbs: proxmox-backup" in /etc/pve/storage.cfg the backups wont show up/load

Thanks,
Mario
 
  • Like
Reactions: randre.wright
hi,

you also need to change the name of the password file to the matching name:

Code:
$ cd /etc/pve
$ vim storage.cfg # change name to 'proxmox-backup'
$ mv priv/storage/proxmox-backup-test.pw priv/storage/proxmox-backup.pw

and it should work again :)
 
if the problem is gone, please mark the thread as [SOLVED] by editing the thread prefix so that others can know what to expect as well :)
 
hi,

you also need to change the name of the password file to the matching name:

Code:
$ cd /etc/pve
$ vim storage.cfg # change name to 'proxmox-backup'
$ mv priv/storage/proxmox-backup-test.pw priv/storage/proxmox-backup.pw

and it should work again :)
wow!! password is stored like plain text?!