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

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