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

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