Hi all,
Am trying to setup Rdiff-Web for tinycore, have worked throught some dependencies, and am now trying to extract the tarball for rdiff-web itself and came across the following strange error.
Site
https://github.com/ikus060/rdiffweb/blob/master/README.md
Download
wget --no-check-certificate -O ikus060-rdiffweb.tar.gz https://github.com/ikus060/rdiffweb/archive/v0.6.5.tar.gz
Extract
tar -xf ikus060-rdiffweb.tar.gz
tar: warning: skipping header 'g'
I've done a bit of googling and am wondering if this has something to do with busybox not having pax header support ?
I could be way off base on this error.
All comments and suggestions are welcome.
Thanks