Problem: How to recover Xbian BTRFS snapshot or a dir. from xbian_backup_home_01-01-23.img.gz?
|
12th Sep, 2023, 06:16 PM
Post: #3
|
|||
|
|||
RE: How to recover Xbian BTRFS snapshot or a dir. from xbian_backup_home_01-01-23.img.gz?
I always do this when I need something from a snapshot:
Code: mount /dev/root /mnt This shows you the subvol roots for /root, /home etc. then Code: cd home for example Then you will see all available snapshots of the subvolume and finally Code: cd @.... |
|||
« Next Oldest | Next Newest »
|