On Sat, 2013-12-28 at 10:20 -0800, Marc MERLIN wrote:
> On Sat, Dec 28, 2013 at 10:07:58AM -0800, Marc MERLIN wrote:
> > For instance, if I use an existing rsync destination to start syncing
> > btrfs snapshots to after that, and one file operation can't be applied
> > because let's say the destination file it's supposed to be applied to,
> > isn't there?
> 
> I should have written more: I'm guessing what happens is that the btrfs
> receive fails/aborts, I get an error, I then run a manual rsync to reset
> everything to a good known state, and then continue the btrfs
> send/receive after that?

Btrfs send/receive works by matching state between snapshots on the
sending and receiving end.  If you update the files manually on the
receiving end (say with rsync), it can't merge the states anymore.

-chris

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to