digint / btrbk

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

No UUID found allthough they're there possibly breaking change in btrfs-progs 6.1 #521

Closed theoware closed 1 year ago

theoware commented 1 year ago

Hi since yesterday I've been getting the error !!! Aborted: subvolume has no UUID from Btrbk. The days before it worked fine. After downgrading btrfs-progs-6.1-1.fc37.x86_64 to btrfs-progs-6.0-1.fc37.x86_64 the error was fixed. Maybe something broke in between that version change.

This is the output of btrfs subvolume show /btrfs_pool/root

    Name:                   root
    UUID:                   9b1670d0-cfb1-0244-8655-1a91722c5548
    Parent UUID:            -
    Received UUID:          -
    Creation time:          2022-12-25 06:34:58 +0100
    Subvolume ID:           257
    Generation:             4098
    Gen at creation:        9
    Parent ID:              5
    Top level ID:           5
    Flags:                  -
    Send transid:           0
    Send time:              2022-12-25 06:34:58 +0100
    Receive transid:        0
    Receive time:           -
tdolega commented 1 year ago

Duplicate of #519 Already fixed on Arch with version 6.1-2. Fedora also has an open issue. Not sure about other distros.

theoware commented 1 year ago

I'm sorry, I searched the repo but didn't find that issue. Thanks!