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
However, there's an issue with running the first backup:
# snap-sync --UUID b91e7771-06b9-49dc-a61c-8f2b4d729ac4 --subvolid 5
snap-sync version 0.6, Copyright (C) 2016-2019 Wes Barnett
snap-sync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the license for more information.
Backup started: Starting backups to b91e7771-06b9-49dc-a61c-8f2b4d729ac4 subvolid=5...
==> ERROR: A device with UUID b91e7771-06b9-49dc-a61c-8f2b4d729ac4 and subvolid 5 was not found to be mounted, or it is not a BTRFS device.
Error: Check journal for more information.
Select a mounted BTRFS device on your local machine to backup to.
For more options, exit and run 'snap-sync -h'.
1) /backup_rbd_lve_os (uuid=b91e7771-06b9-49dc-a61c-8f2b4d729ac4, subvolid=)
0) Exit
Enter a number:
mount | grep back
/dev/rbd0 on /backup_rbd_lve type xfs (rw,relatime,attr2,inode64,sunit=8192,swidth=8192,noquota)
/dev/rbd1 on /backup_rbd_lve_os type btrfs (rw,noatime,ssd,space_cache,subvolid=5,subvol=/)
For analysis I have attached output of bash -x snap-sync --UUID b91e7771-06b9-49dc-a61c-8f2b4d729ac4 --subvolid 5 to this ticket. snap-sync-debug.txt
Please advise how to fix this error.
THX
The text was updated successfully, but these errors were encountered:
Update:
I have identified the root cause.
When I mount the target device (formatted with BTRFS) it's using the toplevel subvolume (id=5). /dev/rbd1 on /backup_rbd_lve_os type btrfs (rw,noatime,ssd,space_cache,subvolid=5,subvol=/)
But then the command btrfs subvolume show /backup_rbd_lve_os returns not expected result:
# btrfs subvolume show /backup_rbd_lve_os
/backup_rbd_lve_os is toplevel subvolume
As a workaround one could mount a subvolume with id=257 and execute command snap-sync --UUID acaf6b0f-1dc2-4b6f-bae5-1b7d0e294cde --subvolid 257
Hi,
I have installed snap-sync on a SLES 12SP5.
However, there's an issue with running the first backup:
But I cannot identify an error with UUID.
For analysis I have attached output of
bash -x snap-sync --UUID b91e7771-06b9-49dc-a61c-8f2b4d729ac4 --subvolid 5
to this ticket.snap-sync-debug.txt
Please advise how to fix this error.
THX
The text was updated successfully, but these errors were encountered: