home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text6576.txt < prev    next >
Encoding:
Internet Message Format  |  1996-07-25  |  4.0 KB

  1. Date: Tue, 21 May 1996 22:55:27 -0400
  2. Organization: Ecole Polytechnique de Montreal
  3. Lines: 75
  4. Message-ID: <Pine.SOL.3.91.960521224342.15373C-100000@step.polymtl.ca>
  5. References: <199605200625.BAA01207@raven.ots.utexas.edu>
  6.     <4nr71a$67c@service.polymtl.ca> <m0uLuJY-000GQSC@gwar.ardi.com>
  7. NNTP-Posting-Host: step.polymtl.ca
  8. Mime-Version: 1.0
  9. Content-Type: TEXT/PLAIN; charset=US-ASCII
  10. In-Reply-To: <m0uLuJY-000GQSC@gwar.ardi.com>
  11. To: executor@ardi.com
  12. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  13. Sender: owner-executor@ardi.com
  14. Precedence: bulk
  15.  
  16. On Tue, 21 May 1996, Mat Hostetter wrote:
  17.  
  18. > >>>>> "Vincent" ==   <coyote@step.polymtl.ca> writes:
  19. >     Vincent> Unfortunately, adding --null to my tar command line did
  20. >     Vincent> not seem to make any kind of difference (current command
  21. >     Vincent> line: tar --null -cvpzf ...): tar still complains about
  22. >     Vincent> Long Links.. could it be that GNU tar has a limitation on
  23. >     Vincent> the number of characters in the names of the files handed
  24. >     Vincent> to it? I know this is not really the right newsgroup for
  25. >     Vincent> that but tar only has problems with my executor partition
  26. >     Vincent> and the some of the files and directories on it. At this
  27. >     Vincent> point, I am a little lost about what to do to be able to
  28. >     Vincent> put all files on my executor partition on my backups.
  29. > "Normal" tar has a limitation of 100 characters per pathname.  GNU tar
  30. > does not have this restriction; it uses some magic to save and restore
  31. > the correct full pathnames.  I typically invoke GNU tar with:
  32. > tar cvzf foo.tar.gz foo
  33. > and I have never had any problems with long pathnames.  Strange.  Make
  34. > sure you are invoking it in such a way that spaces in filenames will
  35. > not cause files to get split into multiple argumements to tar...
  36.  
  37. Well, this is exactly what I am doing:
  38.  
  39. palanthas:~/scripts# tar --version
  40. GNU tar version 1.11.2
  41.  
  42. My command line looks like (it's a short example in which I am trying to 
  43. backup .../ExecutorVolume/Programs/Execl 4.0 to show the problem):
  44.  
  45. palanthas:~$ tar --null -cvzf /tmp/test.tgz 
  46. /usr/local/lib/executor/ExecutorVolume/Programs/Ex*
  47.  
  48. And I got a lot of these things while the backup runs:
  49.  
  50. ************* LOG **************
  51. usr/local/lib/executor/ExecutorVolume/Programs/Excel 4.0/Biblioth%8Fque de macros/Checkup
  52. usr/local/lib/executor/ExecutorVolume/Programs/Excel 4.0/Biblioth%8Fque de macros/%Checkup
  53. ././@LongLink
  54. usr/local/lib/executor/ExecutorVolume/Programs/Excel 4.0/Biblioth%8Fque de macros/Comparaison de feuilles
  55. ././@LongLink
  56. usr/local/lib/executor/ExecutorVolume/Programs/Excel 4.0/Biblioth%8Fque de macros/%Comparaison de feuilles
  57. ././@LongLink
  58. *********** End log ************
  59.  
  60.     Note the "././@LongLink" errors. Anyway, I managed to fix my
  61. problems by modifying my backup scripts and things seem to work so far
  62. with afio but I am surprised that GNU tar seems to have problems with some
  63. files. Maybe this is because of accent letters inside the file names. From
  64. the first two lines of this LOG, you can see, however, that this does not
  65. happen with all files and that very slight difference in file names length
  66. can cause this.. Anyway, this is not really executor related but I was
  67. really wondering how other people were doing reliable backups on their
  68. ext2fs installed executor partitions. 
  69.  
  70.     BTW, thanks ARDI for making executor's filesystem use ext2fs! It's
  71. really nice to be able to backup the executor partitions like real files
  72. on a real filesystem and not like a few very huge files like for the DOS 
  73. version. :)
  74.  
  75. ,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
  76. Vincent S. Cojot, Computer Engineering.
  77. Ecole Polytechnique de Montreal, Comite Micro-Informatique.
  78. coyote@step.polymtl.ca, coyote@info.polymtl.ca
  79.  
  80. They cannot scare me with their empty spaces
  81. Between stars - on stars where no human race is
  82. I have it in me so much nearer home
  83. To scare myself with my own desert places.       - Robert Frost
  84.  
  85.  
  86.  
  87.  
  88.