Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F96CDE9.7090906@mail.ru> Date: Wed, 22 Oct 2003 20:35:21 +0200 From: Ilya Pobelov Organization: ISG-3 User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031008 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [bug] tar (1.13.25-3) -g --recursive always archieve files in subdirectories Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.1 required=5.0 tests=DOUBLE_CAPSWORD version=2.31 X-Spam-Level: * Hello! I am making incremental backup of my data using script, containing following line: tar -g $ARCHNAME.list -X $ARCHNAME.exclude --recursive -c $DIRECTORY | bzip2 -9 > $BACKUPDIR/$ARCHNAME-$BACKUPTIME.tar.bz2 to archieve my data. This expected to create incremental archieves, and it works well with tar 1.13.25-1 (e.g. only changed files are archivated on next run of script). With tar 1.13.25-3 I noticed, that files, located in the subdirectories of main data directory ($DIRECTORY) are always archivated, even if they weren't changed. I suspect, that this situation is a bug. Now I am using tar 1.13.25-1 to avoid this situation. Unfortunately, I have no possibility to test tar 1.13.25 on UNIX-like systems. My system information: Windows 98 SE, Current Cygwin (cygwin 1.5.5-1) installation except tar. If you need additional information, please ask. Thank you for your attention, hope that this is information will be useful. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/