buttersink icon indicating copy to clipboard operation
buttersink copied to clipboard

Buttersink measures unrelated snapshots when syncing.

Open ChojinDSL opened this issue 4 years ago • 1 comments

So I have multiple btrfs subvolumes, e.g. /home or /var/lib/docker

I store the snapshots from those subvolumes under /mnt/SNAPSHOTS/

In that directory I have snapshots from /, from /home and other unrelated locations.

If I run buttersink on that directory, it will measure and compare snapshots from different subvolumes, even if they have no parent <-> child relationship, e..g. comparing /home with /var/lib/docker snapshots.

Is this by design? Is it assumed that all snapshots in a directory are related to each other?

ChojinDSL avatar Jun 03 '20 19:06 ChojinDSL

Chojin,

Yes, that's by design. The parent/child relationship doesn't always exist for snapshots where you'd expect it.

  • Ames

On Wed, Jun 3, 2020 at 12:41 PM ChojinDSL [email protected] wrote:

So I have multiple btrfs subvolumes, e.g. /home or /var/lib/docker

I store the snapshots from those subvolumes under /mnt/SNAPSHOTS/

In that directory I have snapshots from /, from /home and other unrelated locations.

If I run buttersink on that directory, it will measure and compare snapshots from different subvolumes, even if they have no parent <-> child relationship, e..g. comparing /home with /var/lib/docker snapshots.

Is this by design? Is it assumed that all snapshots in a directory are related to each other?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AmesCornish/buttersink/issues/71, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4A4YJ72ZBNV6WR7ZF335TRU2ROLANCNFSM4NR6463A .

AmesCornish avatar Jun 09 '20 15:06 AmesCornish