i could not see in docs how to add 'access control' to a user.
storage is set up
users:
now from the web gui i tried to use 'add user permission' and got this:
invalid acl path '/backups/store1'
So how to I give pbs-user access to do backups?
storage is set up
Code:
>>>> proxmox-backup-manager datastore list
┌─────────┬─────────────────┬─────────┐
│ name │ path │ comment │
╞═════════╪═════════════════╪═════════╡
│ backups │ /backups/store1 │ │
└─────────┴─────────────────┴─────────┘
users:
Code:
>>>> proxmox-backup-manager user list
┌──────────────┬────────┬────────┬───────────┬──────────┬────────────────────────────┬───────────┐
│ userid │ enable │ expire │ firstname │ lastname │ email │ comment │
╞══════════════╪════════╪════════╪═══════════╪══════════╪════════════════════════════╪═══════════╡
│ pbs-user@pbs │ 1 │ │ │ │ │ │
├──────────────┼────────┼────────┼───────────┼──────────┼────────────────────────────┼───────────┤
│ root@pam │ 1 │ │ │ │ │ Superuser │
└──────────────┴────────┴────────┴───────────┴──────────┴────────────────────────────┴───────────┘
now from the web gui i tried to use 'add user permission' and got this:
invalid acl path '/backups/store1'
So how to I give pbs-user access to do backups?