Skip to content
  • Natanael Copa's avatar
    lbu: do not use xargs · 15245c4a
    Natanael Copa authored
    xargs will execute the command twice if the buffer becomes long enough.
    This will break tar.
    
    We also use -z instead of piping via gzip while here.
    
    ref #1240
    15245c4a