|
Dear Rsync
Users,
Will you PLEASE lend a set of eyes? Why
is rsync updating other files outside of my include file
list?
[neo@dev neo]$ cat
/tmp/include.txt
*/ /HTMLFILE.GIF /whatsnew.html /user_central/skins/create/graphics2.html [neo@dev neo]$ cat /tmp/exclude.txt * [neo@dev neo]$ /usr/bin/rsync -e ssh
--rsync-path=/usr/bin/rsync --delete -gHloprtvn
--include-from="/tmp/include.txt" --exclude-from="/tmp/exclude.txt"
/usr/local/apache/htdocs-www/ cvs:/usr/local/apache/htdocs/www
2>&1 building file list ... done HTMLFILE.GIF user_central/skins/create/graphics2.html whatsnew.html deleting archive/channels/default.html deleting alt_index4.html deleting alt_index3.html deleting alt_index2.html deleting alt_index.html deleting aboutneoplanet.html deleting a_linktous.html deleting a_faq.html deleting FOLDER.GIF wrote 4468 bytes read 28 bytes 1798.40 bytes/sec total size is 58959 speedup is 13.11 NeoPlanet, Inc. 1524 W. 14th Street, Ste. 102, Tempe, AZ 85281 Work: (480) 317-2081 Work: [EMAIL PROTECTED] Work: www.NeoPlanet.com Cell: (602) 721-2401 Personal: [EMAIL PROTECTED] Personal: [EMAIL PROTECTED] Personal: www.WhatCanUOffer.com |
