Hey all,
I'm trying to back up /etc (on the hypervisor) to pbs through cli :
The backup works well, except for /etc/pve -- which is empty.
If I run the same command specifically on /etc/pve :
the backup then has all of the /etc/pve contents. However, if I insert the command in a script run through crontab, /etc/pve is empty again.
What is causing this behavior?
I'm trying to back up /etc (on the hypervisor) to pbs through cli :
/usr/bin/proxmox-backup-client backup etc.pxar:/etc --repository prox1.mydomain.com:Backups
The backup works well, except for /etc/pve -- which is empty.
If I run the same command specifically on /etc/pve :
/usr/bin/proxmox-backup-client backup pve.pxar:/etc/pve --repository prox1.mydomain.com:Backups
the backup then has all of the /etc/pve contents. However, if I insert the command in a script run through crontab, /etc/pve is empty again.
What is causing this behavior?