DragonFly BSD
DragonFly users List (threaded) for 2010-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: finding out a diff between two snapshots


From: Thomas Keusch <fwd+usenet@xxxxxxxxxxxxxxxxx>
Date: 26 Jun 2010 16:38:54 GMT

On 2010-06-23, Siju George <sgeorge.ml@gmail.com> wrote:

Hi,

> One o f my hammer file systems got filled suddenly one day from 75% to 85%.
> Is there any way to find the diff between the snapshots of those
> consecutive days so that i know what was changed or copied to
> increased the file system size?

a general answer, not specific to HAMMER:

you could access both snapshots and try a simulated/do-nothing run of
rsync on it.

What I also use from time to time when "checkpointing" other filesystems
is running "find -ls >/store/data/here", which you can then diff against
a later "checkpoint".

Hope that helps.

Regards
Thomas



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]