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

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