Hi, I'm trying to exclude on file during rsync. I just can't seem to be able to get it to work. my exclude is this: --exclude '.svn' --exclude 'dedup/ddproc/upload/' --exclude '*.log' --exclude 'config.php' " I'm trying not to sync config.php because the DB hosts are different on the servers. Any insight? Thank you, Paul