Actually -N is for comparing timestamps and will only download the file again if the timestamp is newer than your local file. What you're looking for is -r
-r doesn't overwrite local changes. -N does.
Actually -N is for comparing timestamps and will only download the file again if the timestamp is newer than your local file. What you're looking for is -r
ReplyDelete-r doesn't overwrite local changes. -N does.
Delete