RE: Rsync to upload certain files and ignore others

2005-03-11 Thread Kevin Smith
It does have sub-directories...but I have tried a variation of things...this is on a WinBlows Machine...so I have a batch file with this: set PATH=c:/BackupFiles;%PATH% set CYGWIN=binmode tty set TERM=ansi set USERNAME=testuser set HOME=c:/BackupFiles/home/testuser set RSYNC_RSH=ssh.exe rsync -rav

Rsync Include confusion

2005-02-03 Thread Kevin Smith
I am trying to understand the include/exclude functions of rsync...what I want to do is have a folder with appended files...such as thisfile.gif.bak I want rsync to include ALL *.*.bak files and skip over everything else...But thisfile.gif exist in the same folder as thisfile.gif.bak Can I exlude u