Initial work on a Btrfs hook (#251). #946
No reviewers
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
borgmatic-collective/borgmatic!946
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "btrfs-snapshots"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is currently beta-quality work for snapshotting Btrfs subvolumes (#251) from borgmatic such that they end up in a Borg archive at the original subvolume path rather than the snapshot path. That means that if your subvolume is mounted at, say,
/my/subvolume, then the snapshotted data shows up in the Borg archive atmy/subvolumeand notmy/subvlume/some-snapshot-directory.Subvolume discovery currently works by expecting that any subvolumes to backup are listed in borgmatic's
source_directoriesby their paths.Result
I have run this and it appears to work so far. Here are some logs:
Still to do
WIP: Initial work on a Btrfs hook (#251).to Initial work on a Btrfs hook (#251).