X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=BZQ8RKeo8wMWhUXl FKsKjaIyxcNUDE0/j3ksxuBA2Qoirzmz6SnNmb0uk0FnMCNSyzoTTBf3qFmZh8qo +eHUzgsMg+fr5QJ40Aixs5b0C+06y9uQFWOWCv5ESYarHCI25MFbRA6hVLu1ofEI o0la/avEgcJTn542ezPKXyVvJy4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=CnzahFx9HSu9oB3x7RR1X0 f7s7w=; b=kI0w4ItsDympLuXA7VQntXhKnGRRQfoGUlNBSWxgB7vfdvc+YgKdes dNl0s/9O7+Kw6hYvvPu0ELOmdBi8F7MbuoyHjiQsfdQ7Im2OF1hLIuCmu1qttXGc la8LspPBJEtrkDAm5pH5i9I9km0nFUahfLQbjqI4AbyV2Nw98coR4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=marco DOT atzeri AT gmail DOT com, marcoatzerigmailcom, H*MI:sk:9Bw AT mai, H*i:sk:9Bw AT mai X-HELO: mail-wm0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=8ae/NlhII0/16ZwuThX+LckiqYMeX86AzPKt3V96Wlo=; b=HgvWQ2k1GVFlVs19/j3mpZKFy3k9hb+es6VaLlgyRQUP/xVWVUWfjgWRquOgEyPPzp QHm6x7XpcR7vISQKAi940SZyz0C5b1M/8ocTHHLRQWdN//zxoPiUPqiDWRXHiPeOYc28 qEG4UtTpm2kD43aRgEIenCpSE7XYbKYd7MNOnIk0umYNm9FPw3AfbQd4nng6F9n4+71u Vy+lairniMveBvFF9iSwkcqjytJgVUWJJYaDAH0IoUcfRQEtJzP3lqGmGykmJzSR0HUH JMMvlKH6KiRTeweCZm+DrN0rl/28xTk9JherSAnBHOGcK2jJNHscPNNyqGM+g1iJ2QSj unUA== X-Gm-Message-State: AOPr4FUPq8rFeQPfebBmvSbKmNN9LqWss9NZK63YEZhZBzlKuSVGqj9Z1EuBzB9ZsCzLEQ== X-Received: by 10.28.189.130 with SMTP id n124mr16404277wmf.76.1463994403461; Mon, 23 May 2016 02:06:43 -0700 (PDT) Subject: =?UTF-8?Q?Re:_tar_incremental_backups_and_ctime=e2=80=8f_problem?= To: cygwin AT cygwin DOT com References: <9fdf98cf-e3d1-e453-1c98-2c206afe81c9 AT gmail DOT com> From: Marco Atzeri Message-ID: <09f604cd-61df-e0c7-b313-1dcf1ef59b4e@gmail.com> Date: Mon, 23 May 2016 11:06:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 23/05/2016 10:54, x y wrote: > Hi Marco, > > Thanks for your reply. The problem is that there are a lot of files to > be checked so replacing ctime by time to support tar incremental > backup should be more practical. Bottom post on this mailing list, please. It is not clear to me your expectation: - are you asking how to use ctime to select the file with tar alone ? It is not possible for my understanding of the manual. - Are you asking the package maintainer to change the behaviour of cygwin tar ? Unlikely to happen, but I leave to him. Regards Marco > > On Mon, May 23, 2016 at 11:46 AM, Marco Atzeri wrote: >> On 23/05/2016 10:40, x y wrote: >>> >>> Hello, >>> >>> The MS Office applications are changing the ctime value of .doc and >>> .xls files even if they are not modified. Opening and closing an >>> office file without modifying the content is changing ctime and the >>> unmodified document is included in the incremental tar archive. Could >>> it be possible to use the mtime value instead of ctime to avoid the >>> the reappearance of the unchanged files in the incremental archive? >>> >>> Test OS : Windows 7 Sp1 >>> >> >> >> find -ctime should be able you to build the list of files >> that are changed and that tar should process >> >> Regards >> Marco >> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple