home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8071 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.0 KB  |  32 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!rochester!rocksanne!leisner
  3. From: leisner@wrc.xerox.com ( Marty Leisner)
  4. Subject: Re: Sharing files over WAN: rdist or NFS?
  5. Message-ID: <1992Nov9.050052.27517@spectrum.xerox.com>
  6. Sender: news@spectrum.xerox.com
  7. Reply-To: leisner.henr801c@xerox.com
  8. Organization: Xerox
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <4201@copper.Denver.Colorado.EDU>
  11. Date: Mon, 9 Nov 1992 05:00:52 GMT
  12. Lines: 18
  13.  
  14. I'm using GNU cp and cronning tasks to copy  between lans...It needs an option to convert UID/GIDs..
  15.  
  16. I'm using the update option, verbose (into a mailnote, so I can tell what was copied). the -a option
  17. copies trees with the right bits -- as root it can changed ownership...
  18.  
  19. For example, my copy-gnu script is:
  20.  
  21. #! /bin/csh
  22. /usr/gnu/bin/cp -a -v -x   -u /net/annapurna/files5/gnu/{bin,lib,man,info,emacs}
  23.  /usr/gnu  | mail leisner
  24.  
  25. I like the way this is working...
  26.  
  27. --
  28. marty
  29. leisner.henr801c@xerox.com  
  30. leisner@eso.mc.xerox.com
  31. Member of the League for Programming Freedom
  32.