digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.69k stars 122 forks source link

btrfs-progs 4.13.2 not working with btrbk <= 0.25.1 #192

Open mac-linux-free opened 7 years ago

digint commented 7 years ago

btrbk <= 0.25.1 fails with btrfs-progs-4.13.2:

ERROR: Failed to parse subvolume list (unsupported btrfs-progs) for: /path/to/subvolume

Upstream has changed the output format of btrfs subvolume list in kdave/btrfs-progs@e4c6772f69bff7bb75d8df0d5010a1091d6e47eb

digint commented 7 years ago

fixed in 07998205568170a6e44c98255a9b7c03bbf5dde2

mac-linux-free commented 7 years ago

thank you very much.