You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a new btrfs and btrbk user.
I'm trying to backup my laptop SSD to external USB HDD with btrbk.
Both internal and external drives are btrfs.
But unfortunately I unable to pass even the dry ran stage.
I'm keep getting the following error:
>sudo btrbk -l debug -c /home/nc/btrbk/btrbk-msi-laptop-2.conf -v -n run
btrbk command line client, version 0.32.6 (Sat Dec 23 17:54:29 2023)
Using configuration: /home/nc/btrbk/btrbk-msi-laptop-2.conf
WARNING: Skipping subvolume "/mnt/btr_pool/@": Failed to fetch subvolume detail for snapshot_dir
WARNING: ... Command execution failed (exitcode=1)
WARNING: ... sh: readlink -v -e '/mnt/btr_pool/btrbk_snapshots'
WARNING: ... readlink: /mnt/btr_pool/btrbk_snapshots: No such file or directory
Completed within: 0s (Sat Dec 23 17:54:29 2023)
--------------------------------------------------------------------------------
Backup Summary (btrbk command line client, version 0.32.6)
Date: Sat Dec 23 17:54:29 2023
Config: /home/nc/btrbk/btrbk-msi-laptop-2.conf
Dryrun: YES
Legend:
=== up-to-date subvolume (source snapshot)
+++ created subvolume (source snapshot)
--- deleted subvolume
*** received subvolume (non-incremental)
>>> received subvolume (incremental)
--------------------------------------------------------------------------------
/mnt/btr_pool/@
!!! Aborted: Failed to fetch subvolume detail for snapshot_dir
NOTE: Some errors occurred, which may result in missing backups!
Please check warning and error messages above.
NOTE: Dryrun was active, none of the operations above were actually executed!
Below some information about my system configuration:
> sudo btrfs subvolume list /
ID 256 gen 30 top level 5 path @
ID 257 gen 2089 top level 256 path @/var
ID 258 gen 1389 top level 256 path @/usr/local
ID 259 gen 1389 top level 256 path @/srv
ID 260 gen 1694 top level 256 path @/root
ID 261 gen 1390 top level 256 path @/opt
ID 262 gen 1997 top level 256 path @/home
ID 263 gen 25 top level 256 path @/boot/grub2/x86_64-efi
ID 264 gen 1213 top level 256 path @/boot/grub2/i386-pc
ID 265 gen 2027 top level 256 path @/.snapshots
ID 266 gen 2082 top level 265 path @/.snapshots/1/snapshot
ID 267 gen 76 top level 265 path @/.snapshots/2/snapshot
ID 268 gen 128 top level 265 path @/.snapshots/3/snapshot
ID 269 gen 378 top level 265 path @/.snapshots/4/snapshot
...
> sudo btrfs subvolume list /mnt/btr_pool
ID 256 gen 30 top level 5 path @
ID 257 gen 2092 top level 256 path @/var
ID 258 gen 1389 top level 256 path @/usr/local
ID 259 gen 1389 top level 256 path @/srv
ID 260 gen 1694 top level 256 path @/root
ID 261 gen 1390 top level 256 path @/opt
ID 262 gen 1997 top level 256 path @/home
ID 263 gen 25 top level 256 path @/boot/grub2/x86_64-efi
ID 264 gen 1213 top level 256 path @/boot/grub2/i386-pc
ID 265 gen 2027 top level 256 path @/.snapshots
ID 266 gen 2082 top level 265 path @/.snapshots/1/snapshot
ID 267 gen 76 top level 265 path @/.snapshots/2/snapshot
...
The text was updated successfully, but these errors were encountered:
Either your btrfs top volume is not mounted at /mnt/btr_pool and/or you didn't create the snapshot directory btrbk_snapshots (it is not created by btrbk, you need to create it, see docs)
Make sure your root is mounted at /mnt/btr_pool:
sudo mount /dev/to/your/btrfs/top/volume /mnt/btr_pool
Hello
I'm a new btrfs and btrbk user.
I'm trying to backup my laptop SSD to external USB HDD with btrbk.
Both internal and external drives are btrfs.
But unfortunately I unable to pass even the dry ran stage.
I'm keep getting the following error:
Below some information about my system configuration:
The text was updated successfully, but these errors were encountered: