home *** CD-ROM | disk | FTP | other *** search
- id m0uLuU7-0007t1a; Tue, 21 May 96 10:40 MDT
- Sender: owner-executor
- Received: by ftp.ardi.com (Smail3.1.29.1 #3)
- id m0uLuJk-0007t8C; Tue, 21 May 96 10:29 MDT
- Received: by gwar.ardi.com (Smail3.1.29.1 #3)
- References: <199605200625.BAA01207@raven.ots.utexas.edu>
- Message-id: <m0uLuJY-000GQSC@gwar.ardi.com>
- Subject: Re: How to backup an executor partition??
- Cc: executor@ardi.com
- Newsgroups: comp.emulators.mac.executor
- In-reply-to: <4nr71a$67c@service.polymtl.ca>
- To: coyote@step.polymtl.ca
- Date: Tue, 21 May 96 10:29 MDT
- From: mat@ardi.com (Mat Hostetter)
- Sender: owner-executor@ardi.com
- Precedence: bulk
-
- >>>>> "Vincent" == <coyote@step.polymtl.ca> writes:
-
- Vincent> Unfortunately, adding --null to my tar command line did
- Vincent> not seem to make any kind of difference (current command
- Vincent> line: tar --null -cvpzf ...): tar still complains about
- Vincent> Long Links.. could it be that GNU tar has a limitation on
- Vincent> the number of characters in the names of the files handed
- Vincent> to it? I know this is not really the right newsgroup for
- Vincent> that but tar only has problems with my executor partition
- Vincent> and the some of the files and directories on it. At this
- Vincent> point, I am a little lost about what to do to be able to
- Vincent> put all files on my executor partition on my backups.
-
- "Normal" tar has a limitation of 100 characters per pathname. GNU tar
- does not have this restriction; it uses some magic to save and restore
- the correct full pathnames. I typically invoke GNU tar with:
-
- tar cvzf foo.tar.gz foo
-
- and I have never had any problems with long pathnames. Strange. Make
- sure you are invoking it in such a way that spaces in filenames will
- not cause files to get split into multiple argumements to tar...
-
- -Mat
-
-