Godleydemon

tar command

Mar 31st, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. (tar cf - /home/$1/* | pv -n | gzip> /home/backup/$1$(date +%d%B%Y_%H:%M).tar.gz ) 2>&1 | dialog --gauge "Running tar, please wait..." 10 70 0
Advertisement
Add Comment
Please, Sign In to add comment