[email protected] said:
> In other words, each of the following commands copies the files in the same
> way, including their setting of the attributes of /dest/foo:

>                rsync -av /src/foo /dest
>                rsync -av /src/foo/ /dest/foo

>    In the first line the contents of /src/foo are copied to /dest. In the
> second line the contents of /src/foo are copied to /dest/foo; you don't want
> that. 

Actually, to be more precise, in the first line the directory 'foo' and its 
contents are copied to /dest, while in the second just the contents of 'foo' 
(not the directory itself) are copied to /dest/foo.


_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to