When I rsync or scp from a particular server I get a rather long message telling me the rules of the server. However when I setup regular pulls, I'd like to be able to suppress those messages in my logs. Looking through the man page suggest that -q should work, but that only quiets messages from scp itself. How can I do this?
|
|
|||
|
|
|
For rsync, it has a The man page lists a caveat about not using it when trying to get a listing of modules you can rsync:
For scp, trying touching the file
|
|||
|
|
|
You can probably suppress the motd by redirecting
|
|||
|