I'm experimenting with rsync and try to tell it to set destination permissions the same as the source. I use rsync -a which sets --perms option. In fact, destination permissions are missing "executable" which are set at source side. What do I do wrong?
Announcement
Collapse
No announcement yet.
rsync - destination permissions
Collapse
This topic is closed.
X
X
-
Use rsync -aE
-E, --executability preserve executabilityWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment