csirac2 / snazzer

btrfs snapshotting and backup system offering snapshot measurement, transport and pruning.
BSD 2-Clause "Simplified" License
89 stars 9 forks source link

snazzer usage of df --output incompatible with coreutils older than 8.23 #16

Open csirac2 opened 9 years ago

csirac2 commented 9 years ago

user-submitted: won't run on systems with coreutils lower than 8.23 due to usage of df --output

pixelb commented 9 years ago

coreutils 8.21 (Feb 2013) actually. A more compat option is df -P | awk '{print $6}'

csirac2 commented 9 years ago

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.