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

  1. >>>>> "V" == Vincent S Cojot <coyote@step.polymtl.ca> writes:
  2.  
  3.  
  4. V> I'd like to ask a small question about executor under Linux: I love
  5. V> executor and I have installed on an ext2fs partition.  However, the
  6. V> usual backup programs one would use under Linux complain about that
  7. V> partition (Mac programs tend to put spaces and other strange
  8. V> characters in file names). GNU tar complains about Long links and
  9. V> skips files and cpio simply doesn't like some file names and skips
  10. V> some files too.
  11.  
  12. Look at the --null option to GNU tar (find has a complementary
  13. -print0).  Basically what you want is to pass tar a list of null
  14. terminated (not whitespace terminated) files.  That way the files can
  15. have spaces, weird characters, etc.
  16.  
  17. --
  18. Rob
  19.  
  20.  
  21.