[Bug 11441] xargs: fails with "argument line too long"

bugzilla at busybox.net bugzilla at busybox.net
Thu Nov 1 15:34:13 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11441

--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com> ---
> The $HOOK then does (later on)
>
>  xargs tar -v -r -f "${HOME}/traffic/${backup}.tar" || {
>     rm -f "${HOME}/traffic/${backup}.tar"
>     echo >&2 'Failed 11'
>     exit 11
>  }
>
> and that does exit 11.

Insert ...| tee /tmp/FILE |... in a suitable location and thus save that input.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list