#!/bin/sh
tar cvf /tmp/0.1 /u/j/u/junfeng/public
tar cvf /tmp/0.2 /u/j/u/junfeng/private/564fall
tar cvf /tmp/0.3 /u/j/u/junfeng/Office51
tar cvf /tmp/0.4 /u/j/u/junfeng/private/
echo "1"
tar cvf /tmp/1 /u/j/u/junfeng/pgsql
echo "2"
tar cvf /tmp/2 /u/j/u/junfeng/
echo "3"
cat /tmp/1 /tmp/2 >/tmp/3
echo "4"
cat /tmp/3 /tmp/2 >/tmp/4
