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

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