home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / remote / tar.1.DIFF < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.9 KB  |  70 lines

  1. *** /usr/man/man1/oldtar.1    Mon Jun 27 00:35:14 1983
  2. --- tar.1    Wed Jul 24 12:28:29 1985
  3. ***************
  4. *** 78,84
  5.   .I tar
  6.   does its work silently.  The
  7.   .B v
  8. ! (verbose) option make
  9.   .I tar
  10.   type the name of each file it treats preceded by the function
  11.   letter.  With the
  12.  
  13. --- 78,84 -----
  14.   .I tar
  15.   does its work silently.  The
  16.   .B v
  17. ! (verbose) option makes
  18.   .I tar
  19.   type the name of each file it treats preceded by the function
  20.   letter.  With the
  21. ***************
  22. *** 95,101
  23.   .B f
  24.   .I Tar
  25.   uses the next argument as the name of the archive instead of
  26. ! /dev/rmt?. If the name of the file is `\-', tar writes to standard output or
  27.   reads from standard input, whichever is appropriate. Thus,
  28.   .I tar
  29.   can be used as the head or tail of a filter chain.
  30.  
  31. --- 95,120 -----
  32.   .B f
  33.   .I Tar
  34.   uses the next argument as the name of the archive instead of
  35. ! /dev/rmt?.
  36. ! .sp
  37. ! If the file name has the form
  38. ! .IR system [. user ]:/dev/???
  39. ! .I tar
  40. ! will use the tape drive /dev/??? on the remote system
  41. ! .IR system ,
  42. ! via
  43. ! .IR rsh (1),
  44. ! and
  45. ! .IR rmt (8).
  46. ! The optional
  47. ! .I user
  48. ! portion of the pathname specifies the login name to use on the
  49. ! remote system.
  50. ! If it is not supplied, the current user's login name will be used.
  51. ! In all the cases, the user must have the appropriate
  52. ! permissions on the remote machine, in order to use this facility.
  53. ! .sp
  54. ! If the name of the file is `\-', tar writes to standard output or
  55.   reads from standard input, whichever is appropriate. Thus,
  56.   .I tar
  57.   can be used as the head or tail of a filter chain.
  58. ***************
  59. *** 179,181
  60.   The current limit on file name length is 100 characters.
  61.   .br
  62.   There is no way to selectively follow symbolic links.
  63.  
  64. --- 198,202 -----
  65.   The current limit on file name length is 100 characters.
  66.   .br
  67.   There is no way to selectively follow symbolic links.
  68. + .br
  69. + Using a remote system's tape drive can be slow.
  70.