This is a discussion on How do I use the tar command? within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; I am going to use new tar command w/o cpanel so how do i use the tar command to make ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
Make a backup of /home/foo directory (GNU tar version):
Code:
tar -zcvf /tmp/backup.tar.gz /home/foo Code:
tar -jcvf /tmp/backup.tar.bz2 /home/foo Code:
tar cvf /tmp/backup.tar /home/foo How do I Compress a Whole Linux or UNIX Directory -> http://www.cyberciti.biz/faqs/2006/0...ux-or-unix.php and http://www.cyberciti.biz/faqs/2006/0...gh-network.php |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|