tar.gz บน terminal

29 10 2008
tar -pvczf BackUpDirectory.tar.gz /path/to/directory

-p = Preserve permission
-v = Verbosely list files processed
-c = Create
-z = Filter the archive through gzip
-f = Use archive file