On 03/29/10 02:44 AM, Joep Vesseur wrote:
> On 03/28/10 21:12, Tim Haley wrote:
>
>> Five types of change are described:
>>
>> o File/Directory modified
>> o File/Directory present in older snapshot but not newer
>> o File/Directory present in newer snapshot but not older
>> o File/Directory renamed
>> o File link count changed
>
> Is there any provision made to detect/display file property changes? 
> Or will
> those be covered by a change to the parent-directory?
>
> Joep
Not sure exactly what sort of properties you have in mind - many I can 
think of would
result in us detecting a modification to the file itself, for example:

# echo 'tim was here' > file
# zfs snapshot toad/timh at before
# touch file
# zfs snapshot toad/timh at after
# zfs diff toad/timh at before toad/timh at after
M       /toad/timh/file

-tim

Reply via email to