find-new possibility of showing modified and deleted files/directories

2012-10-31 Thread Shane Spencer
Currently find-new only shows certain operations and probably for a great reason. I'm trying to use find-new to preseed a file list to rsync so that I don't have to traverse incredibly large directory trees. Unfortunately find-new doesn't show deletion and a few other modifications. I'm very tem

Re: find-new possibility of showing modified and deleted files/directories

2012-10-31 Thread Shane Spencer
That's Plan B. I'll be making a btrfs stream decoder and doing in place edits. I need to move stuff around to other filesystem types otherwise I'd just store the stream or apply the stream to a remote snapshot. On Wed, Oct 31, 2012 at 4:13 PM, cwillu wrote: > Probably easier to decode the btrfs

Re: find-new possibility of showing modified and deleted files/directories

2012-11-01 Thread Shane Spencer
On Wed, Oct 31, 2012 at 9:06 PM, Arne Jansen wrote: > > On 11/01/2012 02:28 AM, Shane Spencer wrote: > > That's Plan B. I'll be making a btrfs stream decoder and doing in > > place edits. I need to move stuff around to other filesystem types > > otherwise I&#x