1touch foo bar
2busybox tar cf foo.tar foo bar
3rm foo bar
4busybox tar -xf foo.tar
5test -f foo
6test -f bar
7