delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/05/23/04:47:20

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=sycp7gEtvuerkv5I
gGaKyC6U96QvWeD71DIu3KD1oWw8j6clFBo65XXnHqi3s/vpuOxyseWhbkf7gLhe
wyRGqPcStanXYuGkTR/FrY2fsUBzNvtDGZaJepksAVOXX+4iU7iNQ7kusMQWmHJM
WrL65FfDKn4IdjhUiq+lF1UWd5U=
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=E8f1N7g/gZ4E5QRBq0RVnj
92x78=; b=Spt1eRycHuDf2l6uouSCPcCrrXV3I3sE2t04CfTRIoiCmFHpPO7VEg
G0rvrNmmglmdp5V4CCcybXYusD5rZGyc4wxhfpTnqcmD52sNPmX7XdynOovB15jY
5qnHTxtHyzuF1GzwkZyKQZ2o2822JPa5CXv6x6Oahc4XtobaZGlhc=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=office, Office
X-HELO: mail-wm0-f52.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=Qn6sEV7Y+vMXSTh/TOUSs9Lxp2RwbChk2GA3p7SdpNc=; b=G+AtQM5aBJHbdLGvhOxBYgSzMSQjueu3N2ozIB6MrLXzCZwwEQ0HFV3fPMGEGQH5Dq q9q3FLqHj8R6HUQ/vBqCe7x1jHaD4+Y8sLnnCHdUgdhfEtDDHXJLKm8rvRMF7sfwCe5G TQYDwqQNZWM02bl5tkmPCmOPWm6QM1P+6xZmZe/B5QFWOR1umE6IDivZAsms9GKYBnX4 ywbjY8ze/kWNrPDUapwamz8V3do0eKMhKvivUX97Yy4IzaKo71DuK8gepBVGb5RwZ+xU fZQWG5YZOy9pfhMqfcq+z00m1B3wNlmL3SfSnn9cE/rJ7BBzdUnICXaw6Hv4tP0Q/oRI PmtQ==
X-Gm-Message-State: AOPr4FVxYLezWjTM86+dHHkiKRCpvdbj9Ql9W2MULeJc5FXi940quMXO7K7w0JBzZ5LhiQ==
X-Received: by 10.194.65.103 with SMTP id w7mr17733653wjs.36.1463993208631; Mon, 23 May 2016 01:46:48 -0700 (PDT)
Subject: =?UTF-8?Q?Re:_tar_incremental_backups_and_ctime=e2=80=8f_problem?=
To: cygwin AT cygwin DOT com
References: <CAOKAGPP0o6vV2KTpfs4M0DyqwHA3pVw-+xkwLmjyWpAFthbA+A AT mail DOT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <9fdf98cf-e3d1-e453-1c98-2c206afe81c9@gmail.com>
Date: Mon, 23 May 2016 10:46:41 +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: <CAOKAGPP0o6vV2KTpfs4M0DyqwHA3pVw-+xkwLmjyWpAFthbA+A@mail.gmail.com>
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019