Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching to another disk is causes incremental backups to break #17

Open
ceremcem opened this issue Sep 17, 2024 · 0 comments
Open

Switching to another disk is causes incremental backups to break #17

ceremcem opened this issue Sep 17, 2024 · 0 comments

Comments

@ceremcem
Copy link
Owner

How to recreate:

  1. Boot from disk_A
  2. Send incremental snapshots to disk_B and disk_C
  3. Reboot from disk_B
  4. Now you can not send incremental snapshots to disk_C, because the parent_uuid of snapshots in disk_C belongs to snaphots in disk_A.

Proposal:

Drop btrfs_send usage, only detect changes between snapshots, send the data via rsync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant