Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| All about FreeBSD/OpenBSD/NetBSD Discuss all about the Rock solid FreeBSD/OpenBSD/NetBSD. You are free to talk about any issues related to BSD administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| 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 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|