Hello,
I’m working on a node.js app that will be used to report UrBackup Status and usage.
I want my app to be able to get to the list of backups but my app should not be able to get the actual backup data - for restore purposes the UrBackup GUI will be used.
Currently when limiting permissions for my app by following the guide here: UrBackup - Server administration manual
If I don’t add browse_backups, I can’t get the list of backups.
If I do, I’ll get access to the actual backup data ![]()
Any suggestions how to create such app/api user that has all the rights but access to actuall backup data/files
Thank you!