You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting a backup of a source system running as root, and a destination system running as a normal user, --fake-super is used to keep track of source permissions, and --chmod is used to ensure that the backup is accessible to backup users on the target system.
In the process however, the addition of --chmod causes permissions to change both on the target filesystem, and within the attributes stored by fake super.
Once such a backup is restored, it is discovered that all source permissions are lost, replaced with the permissions specified by chmod.
With existing behaviour unchanged, a new option --chmod-dest is proposed that will affect the permissions of files and/or directories on the target system.