Guest User

Untitled

a guest
Nov 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Creates a bzip2 file (smaller than tarball)
  2. tar -cjf backup.tar.bz2 directory
  3.  
  4. # which can be decompressed using...
  5. tar -xjf backup.tar.bz2
  6.  
  7. # remove directory
  8. rm -r -f YourDirectory
Add Comment
Please, Sign In to add comment