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

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