home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / remtape / tar.1.patch < prev    next >
Encoding:
Text File  |  1986-12-16  |  2.1 KB  |  78 lines

  1. RCS file: RCS/tar.1,v
  2. retrieving revision 1.1
  3. diff -c -r1.1 tar.1
  4. *** /tmp/,RCSt1012257    Thu Oct  9 16:51:06 1986
  5. --- tar.1    Thu Oct  9 16:50:23 1986
  6. ***************
  7. *** 1,7 ****
  8.   ...
  9. ! ... $Header: tar.1,v 1.1 86/08/07 16:02:56 root Exp $
  10.   ... 
  11.   ... $Log:    tar.1,v $
  12.   ... Revision 1.1  86/08/07  16:02:56  root
  13.   ... Initial revision
  14.   ... 
  15. --- 1,13 ----
  16.   ...
  17. ! ... $Header: tar.1,v 1.3 86/10/09 16:50:19 root Locked $
  18.   ... 
  19.   ... $Log:    tar.1,v $
  20. + ... Revision 1.3  86/10/09  16:50:19  root
  21. + ... Changed to indicate use of 4.3 rcp syntax. ADR.
  22. + ... 
  23. + ... Revision 1.2  86/08/07  16:05:34  root
  24. + ... Added doc of remote mag tape facility. ADR.
  25. + ... 
  26.   ... Revision 1.1  86/08/07  16:02:56  root
  27.   ... Initial revision
  28.   ... 
  29. ***************
  30. *** 106,112 ****
  31.   .B f
  32.   .I Tar
  33.   uses the next argument as the name of the archive instead of
  34. ! /dev/rmt?. If the name of the file is `\-', tar writes to standard output or
  35.   reads from standard input, whichever is appropriate. Thus,
  36.   .I tar
  37.   can be used as the head or tail of a filter chain.
  38. --- 112,142 ----
  39.   .B f
  40.   .I Tar
  41.   uses the next argument as the name of the archive instead of
  42. ! /dev/rmt?.
  43. ! .sp
  44. ! If the file name has either of the forms
  45. ! .RI [ user @] system :/dev/???,
  46. ! or
  47. ! .IR system [. user ]:/dev/???,
  48. ! .I tar
  49. ! will use the tape drive /dev/??? on the remote system
  50. ! .IR system ,
  51. ! via
  52. ! .IR rsh (1),
  53. ! and
  54. ! .IR rmt (8).
  55. ! The optional
  56. ! .I user
  57. ! portion of the pathname specifies the login name to use on the
  58. ! remote system.
  59. ! If it is not supplied, the current user's login name will be used.
  60. ! In all the cases, the user must have the appropriate
  61. ! permissions on the remote machine, in order to use this facility.
  62. ! (The first form is the 4.3BSD syntax for
  63. ! .IR rcp (1),
  64. ! the second is from 4.2BSD.)
  65. ! .sp
  66. ! If the name of the file is `\-', tar writes to standard output or
  67.   reads from standard input, whichever is appropriate. Thus,
  68.   .I tar
  69.   can be used as the head or tail of a filter chain.
  70. ***************
  71. *** 199,201 ****
  72. --- 229,233 ----
  73.   or
  74.   .B u
  75.   options, directory modification times may not be set correctly.
  76. + .br
  77. + Using a remote system's tape drive can be slow.
  78.