I use proxmox-backup-client to backup my laptop in my personal PBS
I recently "formatted" my laptop and want to keep doing backups on the same backup group (
I've read the doc at https://pbs.proxmox.com/docs/backup-client.html but cannot figure how to set a custom host client name
this is the script
I recently "formatted" my laptop and want to keep doing backups on the same backup group (
host/mylaptophostname
): this is not possible since I've set a new hostname to my laptop, so Pbs created a new backup group host/mylaptopnewhostname
.I've read the doc at https://pbs.proxmox.com/docs/backup-client.html but cannot figure how to set a custom host client name
this is the script
Code:
export BACKUP_USER='redacted@pbs'
export PBS='[IP of pbs]'
export PBS_FINGERPRINT='redacted'
export DATASTORE='local-storage'
export PBS_PASSWORD='redacted'
export PBS_REPOSITORY=${BACKUP_USER}@${PBS}:${DATASTORE}
/usr/local/sbin/proxmox-backup-client backup etc.pxar:/etc home_documents.pxar:/home/redacted/Documents/
Last edited: