Archiving and copying utility.
pax -f {{archive.tar}}
pax -zf {{archive.tar.gz}}
pax -wf {{target.tar}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}
pax -w {{path/to/file1}} {{path/to/file2}} {{path/to/file3}} > {{target.tar}}
pax -rf {{source.tar}}
target/
must exist:pax -rw {{path/to/file1}} {{path/to/dir1}} {{path/to/dir2}} {{target/}}