#252 PR merged
: Fix a synthax error which broke file systems restore¶
Labels: bug
Arakmar opened issue at 2013-06-20 14:56:¶
dagwieers commented at 2013-06-20 15:05:¶
Merged. Thanks !
gdha commented at 2013-06-20 16:04:¶
Indeed there was an error, but the fix is not correct I'm afraid - it should be:
echo "btrfs_id=\$(btrfs subvolume list /mnt/local$mp | tail -1 | awk '{print \$2}')" >> $LAYOUT_CODE
Arakmar commented at 2013-06-21 06:48:¶
Oops, sorry ! I didn't noticed that this line was redirected in the
layout recreation script, it was the end of the day.
Do you want me to push the fix ?
[Export of Github issue for rear/rear.]