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 To: cygwin AT cygwin DOT com From: DAVID SPEAR Subject: incremental tar backups Date: Mon, 12 Jan 2004 19:00:08 +0000 (UTC) Lines: 36 Message-ID: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 66.183.210.236 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)) Hi folks: I am running cygwin under Win2K Pro SP4, and am having some trouble creating backups with the gnu tar 1.13.25 that came with my distribution. Specifically, I can make a full backup (of a directory) using: cygserver% tar -cf backup.tar -g /cygdrive/d/tmp/dumpdates-backup --ignore- failed-read -l -v /cygdrive/d/myfolder No problem, creates the list file, etc. However, when I go to do my incrementals using the same command (different target file of course) I get /cygdrive/d/myfolder/subfolder: Directory has been renamed /cygdrive/d/myfolder/subfolder2: Directory has been renamed etc., etc., etc. None of the reported directories have been renamed. So my "incrementals" are huge. Now, at first I thought maybe this was due to whitespaces in the (windows) pathnames, but I have eliminated this possibility with some testing. I have seen (old old old) references to a similar problem having to do with Windows changing the reported inode of files upon reboot but I have not rebooted the machine. All files to be backed up are local. It appears that anything within the C:\\cygwin directory has no problems... maybe just stuff accessed via /cygdrive/"X"??? BTW, I ported my backup scripts from an old WinME box on which they worked perfectly. Any help greatly appreciated. thx dave -- 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/