The manual says rsync can be used as an improved cp command. 

If S1 and S2 are (local) source files or directories and T is an (local)
existing directory, is it safe to think that
$ rsync -r S1 S2 T
does the same thing as
$ cp -r S1 S2 T
, assuming no trailing slashes in S1, S2?
-- 
View this message in context: 
http://www.nabble.com/Difference-between-rsync--r-S1-S2-T-and-cp--r-S1-S2-T-tp23827717p23827717.html
Sent from the Samba - rsync mailing list archive at Nabble.com.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to