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'd just store the stream or apply the s

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

2012-11-01 Thread Gabriel
On Thu, 01 Nov 2012 12:29:36 +0100, Arne Jansen wrote: > On 01.11.2012 12:00, Gabriel wrote: >> On Thu, 01 Nov 2012 06:06:57 +0100, 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 t

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

2012-11-01 Thread Arne Jansen
On 01.11.2012 12:00, Gabriel wrote: > On Thu, 01 Nov 2012 06:06:57 +0100, 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

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

2012-11-01 Thread Gabriel
On Thu, 01 Nov 2012 06:06:57 +0100, 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'd just store the stream or apply the stre

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

2012-10-31 Thread Arne Jansen
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'd just store the stream or apply the stream to a remote > snapshot. That's the whole point of the bt

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

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