[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] unmodified files included in incremental tar if link count
From: |
Paul Eggert |
Subject: |
Re: [Bug-tar] unmodified files included in incremental tar if link count was changed |
Date: |
Sat, 14 Jul 2018 16:39:00 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 07/14/2018 01:00 PM, Peter Koch wrote:
> What if I change the kernel and prevent ctime-changes if only
> st_nlink was changed?
>
> Would that have any unexpected side-effects?
Well, you'd violate POSIX, and there are (admittedly unusual) cases
where incremental dumps would silently lose data. But other than that,
you'd be OK.