Re: [SOLVED] received uuid not set btrfs send/receive

2021-01-20 Thread Anders Halman
07 schrieb Chris Murphy: On Sun, Jan 17, 2021 at 11:51 AM Anders Halman wrote: Hello, I try to backup my laptop over an unreliable slow internet connection to a even slower Raspberry Pi. To bootstrap the backup I used the following: # local btrfs send root.send.ro | pigz | split --verbose -d -b

Re: received uuid not set btrfs send/receive

2021-01-19 Thread Anders Halman
rphy: On Sun, Jan 17, 2021 at 11:51 AM Anders Halman wrote: Hello, I try to backup my laptop over an unreliable slow internet connection to a even slower Raspberry Pi. To bootstrap the backup I used the following: # local btrfs send root.send.ro | pigz | split --verbose -d -b 1G rsync -aH

received uuid not set btrfs send/receive

2021-01-17 Thread Anders Halman
Hello, I try to backup my laptop over an unreliable slow internet connection to a even slower Raspberry Pi. To bootstrap the backup I used the following: # local btrfs send root.send.ro | pigz | split --verbose -d -b 1G rsync -aHAXxv --numeric-ids --partial --progress -e "ssh -T -o Compressi