in /var/log/syslog , and when trying to access some datastores, Error 400 cam up. :
that was caused by incorrect directory permissions. rsync from usb left this:
this fixed so we'll add to our get usb script
Code:
Jul 20 17:43:08 pve-maint proxmox-backup-proxy[22573]: GET /api2/json/admin/datastore/LtBackups2/status: 400 Bad Request: [client [::ffff:10.1.80.20]:3236] EACCES: Permission denied
Jul 20 17:43:08 pve-maint pvestatd[4208]: proxmox-backup-client failed: Error: HTTP Error 400 Bad Request: EACCES: Permission denied
that was caused by incorrect directory permissions. rsync from usb left this:
Code:
ll -d /fbc-backups*
drwxr-xr-x 4 root root 4 Jul 18 12:44 /fbc-backups/
drwx------ 10 root root 30 Jul 17 17:15 /fbc-backups2/
this fixed so we'll add to our get usb script
Code:
chmod 755 /fbc-backups2
Last edited: