Include on few directory

2007-10-04 Thread OOzy Pal
Hello, I would like only to sync few directories between my two Linux boxes. I tries this but no help sudo rsync -avrtzun --stats \ --include-from include-nix \ --exclude-from excludes-nix \ --delete \ --progress \ -e ssh -l hab /home/hab/ desktop:/home/hab excludes-nix * include-nix

Re: Include on few directory

2007-10-04 Thread Matt McCutchen
On 10/4/07, OOzy Pal [EMAIL PROTECTED] wrote: excludes-nix * include-nix Development/* www/* Personal/* You are including items immediately inside each of the directories Development, www, Personal but not the directories themselves, also, the exclude rule * is excluding items more than