Re: problem with exclude

2014-08-22 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --exclude not -exclude - -exclude == -e -x -c -l -u -d -e which all happen to be valid. On 08/22/2014 03:37 PM, Geoffrey Leach wrote: > I've tried all of the permutations of exclude I can think of, so > presumably I have some fundamental misundersta

problem with exclude

2014-08-22 Thread Geoffrey Leach
I've tried all of the permutations of exclude I can think of, so presumably I have some fundamental misunderstanding. The goal here is to exclude the file tv11.html in the ftp directory. rsync -a -n --verbose --one-file-system -exclude='ftp/tv1.html' /usr/local/src /Media/sata/usr/local >

Re: Problem with exclude folders

2009-03-20 Thread Mirko Hufnagel
Hi Paul, Hi Matt, perfect - it works. Thanks. Mirko I'd suggest just using one include file, with the following content: - HK/ - texts + */ + *.JPG + *.jpg and just delete the --exclude-from=/etc/rsyncexcludes.txt from your command. Paul -- Please use reply-all for most replies to avoid o

Re: Problem with exclude folders

2009-03-19 Thread Matt McCutchen
On Thu, 2009-03-19 at 16:26 +0100, Mirko Hufnagel wrote: > I have a problem with the exclude-from and include-from options. > > I want sync all jpeg files to an external server - exclude HK and texts > folders and jpg inside this folders. > > My folder structure are: > > /products/ANYNAME/pictu

Re: Problem with exclude folders

2009-03-19 Thread Paul Slootman
On Thu 19 Mar 2009, Mirko Hufnagel wrote: > > Problem 1) all jpeg are copied to the external server - also the jpegs > from HK folders. But I only want jpegs from the EU and other folders. > > Problem 2) an empty texts folder was created on the external server - > but I don't want this. > > Is

Problem with exclude folders

2009-03-19 Thread Mirko Hufnagel
Hi rsync list! I have a problem with the exclude-from and include-from options. I want sync all jpeg files to an external server - exclude HK and texts folders and jpg inside this folders. My folder structure are: /products/ANYNAME/pictures/EU /products/ANYNAME/pictures/HK /products/ANYNAME/

Problem with --exclude command

2007-11-15 Thread alex loutrbringa'
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : --- serv-dev:~/scripts_Admin# RSYNC_PASSWORD= /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ [EMAIL PR

Re: Problem with --exclude command

2007-11-15 Thread Paul Slootman
On Thu 15 Nov 2007, alex loutrbringa' wrote: > serv-dev:~/scripts_Admin# RSYNC_PASSWORD= /usr/bin/rsync -vv --checksum > --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ [...] > [sender] excluding directory .svn because of pattern .svn/ > [sender] excluding directory test beca