digint / btrbk

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

What to do in the case of the error: "Subvolume has no UUID" ? #554

Open simepy opened 10 months ago

simepy commented 10 months ago

Hi !,

I have this error : ERROR: Skipping subvolume "/home": subvolume has no UUID I effectively have no UUID (as described in the FAQ)

btrfs subvolume show:

/
    Name:           <FS_TREE>
    UUID:           -
    Parent UUID:        -
       ...

This is my config

volume /
    target xxx.xxx.xxx.xxx:/media/backup_pc
        subvolume /home  
        snapshot_name  home
        snapshot_dir /home/btrbk_snapshots

How can I give a new UUID to my btrfs volume ?