Announcement

Collapse
No announcement yet.

rsync - destination permissions

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    rsync - destination permissions

    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?

    #2
    Use rsync -aE

    -E, --executability preserve executability
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X