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
I expect there is something simple and silly I am missing, but:
I am using commands like this:
rsync --log-format="'%n' %M %o %i" --dry-run -a LOCAL_DIR remotehost:REMOTE_DIR
and no matter what options I specify (--update, --size-only, --times) I get a
list of ALL files in LOCAL_DIR with <f+++++++ flags, which I interpret as meaning
they would get copied over.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I expect there is something simple and silly I am missing, but:
I am using commands like this:
rsync --log-format="'%n' %M %o %i" --dry-run -a LOCAL_DIR remotehost:REMOTE_DIR
and no matter what options I specify (--update, --size-only, --times) I get a
list of ALL files in LOCAL_DIR with
<f+++++++
flags, which I interpret as meaningthey would get copied over.
LOCAL_DIR is on OSX, remote is ubuntu.
Any clues as to what I am missing?
Beta Was this translation helpful? Give feedback.
All reactions