archiving

Zipping a directory in Linux terminal

by Vivek Gite on October 31, 2007 · 8 comments

Q. How do I zip files in Linux so that I cam email them to my friend? How do I zip files on server at shell prompt? A. zip is a compression and file packaging utility for Unix, Linux, VMS, MSDOS, OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and Acorn RISC OS etc. This [...]

{ 8 comments }

How can I keep out certain files when creating a tarball? For example:

/home/me/file1
/home/me/dir1
/home/me/dir2
/home/me/abc
/home/me/xyz

How do I execute zyz and abc file while using a tar command?

{ 4 comments }

Backup Home Directories in Linux

by Vivek Gite on May 2, 2006 · 3 comments

Q. I would like to Backup all directories in /home to /dev/st0 tape drive. How do I use script to automate task and what commands do I need to use?

{ 3 comments }

How do I use tar command over secure ssh session?

{ 33 comments }

How do I open rar archive files under Linux / UNIX operating systems?

{ 139 comments }