home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text6501.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.8 KB  |  43 lines

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