[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
using TAR
- To: silug-discuss <silug-discuss@silug.org>
- Subject: using TAR
- From: "bentley.rhodes" <bentley.rhodes@gmail.com>
- Date: Fri, 24 Dec 2004 13:03:44 -0600
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=dwusdWARFNwPepCryhpRR7/BOTvMUXnJq8wmzbkiUBdP4jO4HMDf1emnL0YC4VQX+11ZjpI8gvW9pTAV0O1qDcubMsXU5MjZL98t/iuTP7PiZvopLW57PjGX/Qp1w6vknk4ByOfHRt0Kj1L8WLaSXv20NwKhRbLHAuYSCC9WQz8=
- Organization: Southern Illinois Linux Users Group
- Reply-To: silug-discuss <silug-discuss@silug.org>
- Sender: silug-discuss-owner@silug.org
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913
k. just to keep up to par ...
i have linva working, and i even have it in my updater and yum files ...
i have gotten xmms and xmms-mp3 to work (i was only using [yum install
xmms])
i made shellscripts to reinstall some packages, and one to make soft
links to those files once i have installed them.
and i made a shell scipt to reinstall from rpm.linva.org.
NOW, i had a boo-boo and i formatted without backing up some stuff, thus
the reasoning that i could use some SH knowledge and i have been busy
attempting to understand my DUMMIES book. however, all seems well now,
except for the billions of tiny files i don't understand and how i
cannot retrieve all my email and settings i lost from experimenting.
SO, how do i use TAR? i have two questions ... i suppose ...
tar -c -fbackup-bntly_rhds -h -v -z /Portney/Phoenix/ /home/bntly_rhds/*
i understand, from the book, that tar will do the following:
-c create a new archive
-f specify file name of archive
-v verbosely tell me what is going on with
Linux's funky vernicalur
-z or -j compress the archive with either -z (gzip) or
-j (bzip2), i think i've heard bzip2 is better ... so i'm curious for
feedback on that if any.
so the above line should backup my entire directory under
/home/bntly_rhds/ right?
now i have a problem ... i have some softlinks in that folder (several)
that i want to archive without backing up the actual file they are
linked to. i would like to simply have the link (1 byte or such)
instead of the entire file or files (25 gigs or so). whats the tag for
that?
-----------------------------------------------------------------------
my second question, would be, how do i back up my entire disk, i would
imagine it would be the same as above but with a --exclude=/home/ tag.
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- Follow-Ups:
- Re: using TAR
- From: "Robert G. (Doc) Savage" <dsavage@peaknet.net>