Displaying 1 result from an estimated 1 matches for "avzhp".
Did you mean:
avzh
2005 Jun 16
2
Include and Exclude
Hi guys,
actually with this command:
rsync -avzHP --include "3.4/" --include "3.4/**" --include "4.0/"
--include "4.0/**" --exclude "*" --bwlimit=30
rsync.example.foo::packages/centos/* .
i correctly rsync only 3.4 and 4.0 dirs of repository...
I would like to rsync only dirs "xxx" and &...