Advertisement
flycat

Tar system "on-fly" (root-only)

Oct 6th, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. cd / && tar -zcv $(mount |awk '{if($3=="/")next;sub(/^\//,"",$3);printf " --exclude="$3"/*"}') -f - . |netcat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement