home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / question / 10296 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.3 KB

  1. Path: sparky!uunet!gatech!rutgers!uwvax!uchinews!machine!chinet!les
  2. From: les@chinet.chi.il.us (Leslie Mikesell)
  3. Newsgroups: comp.unix.questions
  4. Subject: Gnutar questions
  5. Message-ID: <BtD6pH.Ir0@chinet.chi.il.us>
  6. Date: 22 Aug 92 02:53:40 GMT
  7. Organization: Chinet - Public Access UNIX
  8. Lines: 17
  9.  
  10. I'd like to set up a system using cpio to make full backups followed
  11. by daily GNUtar incrementals.  (This is for SysV where dump isn't
  12. an option).  I'll probably base the incrementals on the full backup time
  13. rather than each other so a complete restore only takes two tapes.
  14. Problems:  Using the -N date option, all the directories on the filesystem
  15. are archived even if they are older than the specified date.  Also, the
  16. +listed-incremental option seems to be the best way to handle incremental
  17. backups, but it expects to be given a filename containing a list of
  18. directories seen by the previous run.  Otherwise it considers all the
  19. directories to be new and archives all their contents. If I use cpio for
  20. the full backup, I don't such a list for the incremental.  Is there an
  21. easier way to create one than doing a dummy tar to /dev/null?  Maybe a
  22. perl script that would generate the file with device and inode numbers
  23. and directory names? Or a hack to gnutar to create the file and quit?
  24.  
  25. Les Mikesell
  26.   les@chinet.chi.il.us
  27.