-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why the root only permissions #12
Comments
The install script preserves the permissions that the file has in the repository. client/usr/bin/rs-backup-suite has permissions 755 in the repository. If it has something else on your system, then either something's wrong with your umask or you changed permissions. |
Thank you phoerious. I use the default umask on both the server (Debian Jessie) and clients (Debian Stretch and Ubuntu 16.04), with nothing added/changed in the users' environment variables:
Yet for some reasons I get ACLs:
OK. What I totally forgot is that this system is a NAS (OpenMediaVault) with ACL rules that freakin superseed the standard CLI/system ones. |
Before I go further, please what is the reason for the default root only permissions on every rs-backup executables && conf files?
Default permissions on the client:
Same occurs once I can access the server after chmoding the above to 755:
Default permissions on the server:
The text was updated successfully, but these errors were encountered: