Answer the question
In order to leave comments, you need to log in
Rsync with ignore rights?
Hello, is it possible to somehow force rsync to consider the file in which the content has changed, and not the access rights (owner ...) as modified.
The fact is that there is synchronization of files from one server to another, and of course the site works under the user who does not have access to ssh, and the user under which the site runs on different servers is different.
I want to write a script that merges the changed files from the main server, then applies the specified rights to the files in the local folder...
Answer the question
In order to leave comments, you need to log in
probably something like this
rsync -avz --no-perms --no-owner --no-group
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question