Mozna to chces i rekurzivne, jestli to jsou adresare, ne? "-r"
A trailing slash on the source changes this behavior to avoid creating an additionaldirectory level at the destination. You can think of a trailing / on a source as meaning"copy the contents of this directory" as opposed to "copy the directory by name", but inboth cases the attributes of the containing directory are transferred to the containingdirectory on the destination. [b]In other words, each of the following commands copies thefiles [u]in the same way[/u][/b], including their setting of the attributes of /dest/foo: rsync -av /src/foo /dest rsync -av /src/foo/ /dest/foo