Re: Rsync OS X/Linux

2004-04-06 Thread Tim Conway
Left to right. The very last path on the commandline is the destination. Don't put any source location there. If you're not certain what will happen with a particular commandline, add "-n" to it, along with at least one "-v", and it'll tell you everything it would do. "man rsync" will yield a

Re: Rsync OS X/Linux

2004-04-06 Thread Wayne Davison
On Tue, Apr 06, 2004 at 12:32:16PM +0200, Selim Sinno wrote: > I afraid of mixing my source and destination. I'd suggest running "rsync --help" and noting the SRC and DEST items. If you are still unsure, use the -n (--dry-run) option to see what would happen if rsync were to actually do the update