home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / misc / 40266 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!det
  3. From: det@tct.com (Dennis Taylor)
  4. Subject: Re: How do I tell ZOO to do subdirs too?
  5. Message-ID: <2B386D11.300C@tct.com>
  6. Date: Wed, 23 Dec 1992 13:43:45 GMT
  7. References: <1992Dec22.203511.6041@networx.com>
  8. Organization: TC Telemanagement, Clearwater, FL
  9. Keywords: How do I tell ZOO to do subdirs too?
  10. Lines: 22
  11.  
  12. In article <1992Dec22.203511.6041@networx.com> mikel@networx.com (Mike Lempriere) writes:
  13. >I want to use ZOO for backup.  I chose ZOO due to it's multi-platform
  14. [...]
  15. It's a great choice, but watch out for EA's under OS/2.
  16. >
  17. >I want to backup all the files in a directory AND all the
  18. >subdirectories below it.
  19. >
  20. >I can't find a switch to do this in the docs.  Did I miss it, or is this
  21. >a deficiency in ZOO's design?
  22. You did not miss it, but it is still not a deficiency in Zoo's design.
  23.  
  24. dir /b /s foo | zoo ahI bar.zoo
  25.  
  26. Zoo accepts file names from the pipe (I).  You can also use things like the
  27. gnu find utility to filter out which files are zoo'ed.  Under DOS I used
  28. stuff, a utility like Gnu find to pick out files which had been modified 
  29. since a zoo backup file on the net, and add them, excluding *.tmp, *.o, etc.
  30.  
  31. Hope this helps
  32.  
  33. Dennis
  34.