Unrecognized totals option with BusyBox tar
Closed this issue · 1 comments
pandvan commented
We're trying to use localhost backups with tar using the method suggested in the official FAQ
Doing so using $Conf{TarClientCmd} = '$tarPath -c -v -f - -C $shareName+ --totals';
sudo is not needed as it is run inside the container, doesn't work because Alpine uses tar from BusyBox by default, resulting in the following error:
/bin/tar: unrecognized option: totals
Alpine has also the possibility to install GNU tar from its repositories that should support also --totals option.
Could be possible to add GNU tar in the runtime dependencies?
Line 11 in 42423ac
Many thanks.