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

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