Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Using tar to archive files
- Date: Wed, 7 Mar 2007 22:42:30 +0900
- From: "Edmund Edgar" <lists@??>
- Subject: Re: [tlug] Using tar to archive files
- References: <45EE48F8.9050506@example.com> <b4d277190703062221l2d4eb0d6ue662e8621fc89fa9@example.com> <45EE67C5.4080002@example.com> <45EEB0C9.60304@example.com>
Hi Dave.
Seems to work for me. Maybe an issue with the way your Archive Manager is displaying things?
ed@??:~/ # Make something to archive
ed@??:~/ mkdir archiveme
ed@??:~/ mkdir archiveme/empty
ed@?? :~/ mkdir archiveme/ignoreme
ed@??:~/ mkdir archiveme/full
ed@??:~/ touch archiveme/full/myfile
ed@??:~/ # Make somewhere to work from that isn't right above the directory we'll archive
ed@??:~/ mkdir workingdir
ed@??:~/ cd workingdir/
ed@??:~/workingdir # Make the archive
ed@??:~/workingdir tar -cvzf archive.tgz -C /home/ed/archiveme/ . --exclude ignoreme
ed@??:~/workingdir # Unpack it and see what we've got
ed@??:~/workingdir tar zxvf archive.tgz
ed@??:~/workingdir ls
archive.tgz empty full
- Follow-Ups:
- Re: [tlug] Using tar to archive files [SOLVED]
- From: Dave M G
- References:
- [tlug] Using tar to archive files
- From: Dave M G
- Re: [tlug] Using tar to archive files
- From: Edmund Edgar
- Re: [tlug] Using tar to archive files
- From: Dave M G
- Re: [tlug] Using tar to archive files
- From: Sigurd Urdahl
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Using tar to archive files
- Next by Date: Re: [tlug] (OT) Reverse DNS resolution blues- ISP recommendations?
- Previous by thread: Re: [tlug] Using tar to archive files
- Next by thread: Re: [tlug] Using tar to archive files [SOLVED]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links