Paul Harvey
Paul Harvey
Thanks! I actually was using `df -P` originally, but I was on a hell-bent mission to support hostile paths. I'll do some sed, perhaps.
Great idea! I would love to see receive progress indicator by default, ssh does look fiddly to detect though. My only concern with the code is that I would like...
I'm not sure I'll get it to it this weekend, and I'm in a crunch at work for the next week, but I'll try to take a look next weekend.
Thanks for the contributions - yes indeed, you have discovered that I haven't been testing snazzer with this layout. Now that snazzer appears to have people trying it, I will...
Ideally I'd love to have function defs at the top, and entry points/actual code at the bottom - pascal warped my brain forever. It seems we've got things all over...
This might depend on #5 for decent usability.
From user feedback: there should also be a --delete-all feature, to clean up a subvolume.
Unfortunately, sstephenson/bats is great for running tests but not debugging them. My strategy originally was to add `echo "$output" >>/tmp/something` to the testcases. Perhaps we should switch to one of...
Hrmm. Could you attach your /tmp/log here?
Does your `mkfs.btrfs` not support `mkfs.btrfs --help` ? Perhaps `mkfs.btrfs --version` would be a better check for command presence. Or `which mkfs.btrfs`...