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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=sn CzuEy60+JaH4Pb0bnpcyYQvQTZDuWv5NO6aPhcyw6oxXta2b4+gYvmgC+2Rp1Jb7 Nc5MYLTc/dMlWPu4mKWJHsrL2AX/TS4L/CCqyYHvNcSYl1ZEkwcNApDWJscvvU8b yN3iaudRDGFXBgbipbRhxLvHULhX3mQlSgbeStVa0= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=7glspocb wkYTo8XUu3SJVzOClNU=; b=xWc0OtOpfzUPITDv9KQeCetXt15VOyayCDRX073x Lm5ZKDazgfQ85CaGYIT63rPOpA1j/1fRYm95qawsTqpFuWxgPZy4BhSgyUx+Q+Ok 9goB79jMVrKBrxaFa4/bXZyzZj8o5KUX0ZaiuwQC4sE9k/vUXIWspPZfskP5afUJ vF4= 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.2 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:marco.a, sk:marcoa, marco DOT atzeri AT gmail DOT com, marcoatzerigmailcom X-HELO: mail-wm0-f47.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=J0SZtMb4mwrMXDfX0Mvl+VuysBiAcTRjE0fbrVjfros=; b=mDqKO9bKnzAUQ8+HTp3piWeTfh7zLp0Mqqg19+4kjIIkTrihdkYCjeNbMFNOM9rw+H n30j4G6aZWZijEUoMvTIWRK5q9LiRNLvwbmWREhLkyME9I9HCtwqVC4CQGoTZs1yImop vqFLQctZCUTvM8Q6UVUenhkRX2gKFvz1JcRwKSfJD3HdGYSZUjHprQmmDgAfq3CG/bH/ F1YYSCclIsEBNVlY/aLzpxpPCTEdtGymfQGJE6NnDFqHYyYW0Mc/TyQ9o67+pIj1AEbu vYUJEi7aiAyWq2Iok+W6XEGiujFEjBs3bgEwPDe0g2fRx/71jVlGmzyCb72Cn6v46tIA OyRg== X-Gm-Message-State: AOPr4FWFv79JaDFhbCqoEF0uza9LuoVdffFV1mc91kxLCeNKdwGeEKL1NgwQhKb2tVMFiuGsR/iyGslwx5ExNw== MIME-Version: 1.0 X-Received: by 10.194.0.138 with SMTP id 10mr15088586wje.73.1463993676510; Mon, 23 May 2016 01:54:36 -0700 (PDT) In-Reply-To: <9fdf98cf-e3d1-e453-1c98-2c206afe81c9@gmail.com> References: <9fdf98cf-e3d1-e453-1c98-2c206afe81c9 AT gmail DOT com> Date: Mon, 23 May 2016 11:54:36 +0300 Message-ID: Subject: =?UTF-8?Q?Re=3A_tar_incremental_backups_and_ctime=E2=80=8F_problem?= From: x y To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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. 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 > -- 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