Hi there!
As some may remember I've been using BTRFS and BTRBK as my backup solution for a while now. I tend to just forget about these things and just let them run, so when I had to restore my system yesterday (no idea what happened - just threw me into Grub and would not go further), I noticed that my root subvolume had not been sent to the external hard disk for about 6 month (last backup in April), while my home backup went without a hitch and all are there. I tried to run btrbk manually, and got the error below; then I tried to do a manual (non-incrimental) send and that got the same error:
I run this as root and /media/me/Backup/ is where my external drive is mounted.At first it seems to run fine for ~10min and then I get this error... I googled it and did not find anything useful: one thread on GitHub that was closed without solution and one by jlittle here, which apparently horribly went sideways (no solution) - any idea? this is really bugging me - especially that a manual send does not work! And send with the @home backup still works... seems really odd to me... I'm wondering if the has something to do with this being the system subvolume? But I am sending a snapshot, not the actual system subvolume...
Thanks for any help!
As some may remember I've been using BTRFS and BTRBK as my backup solution for a while now. I tend to just forget about these things and just let them run, so when I had to restore my system yesterday (no idea what happened - just threw me into Grub and would not go further), I noticed that my root subvolume had not been sent to the external hard disk for about 6 month (last backup in April), while my home backup went without a hitch and all are there. I tried to run btrbk manually, and got the error below; then I tried to do a manual (non-incrimental) send and that got the same error:
Code:
# btrfs send /mnt/btrfs_pool/btrbk_snaps/\@.20221012/ | btrfs receive /media/me/Backup/btrbk_backup/ At subvol /mnt/btrfs_pool/btrbk_snaps/@.20221012/ At subvol @.20221012 ERROR: send ioctl failed with -5: Input/output error ERROR: unexpected EOF in stream
Thanks for any help!
Comment