Following command will be used for Tarring/copying local files and untarring/extracting at target folder.
$ tar cf – * | ( cd /target; tar xfp -)
Following command will be used for Tarring/copying local files and untarring/extracting at target folder.
$ tar cf – * | ( cd /target; tar xfp -)