Closed supermamie closed 3 years ago
I had the same issue - although I more brutally did a chmod +x just in case
This issue is still there, while using borg
command, it'll return an error, permissions and user/group need to be changed
Fixed in testing https://github.com/YunoHost-Apps/borgserver_ynh/blob/testing/scripts/_common.sh#L26
Thanks for reporting the issue
/usr/local/bin/borg
has a right of 740 Borg user is not in staff groupFor the backup to work, I changed the rights to add exec right for group and added borguser to the staff group.