components/rsync/patches/rsync.1.patch
author lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
Sun, 08 May 2011 19:31:56 -0700
changeset 217 52d802061ca7
child 296 464763778976
permissions -rw-r--r--
7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     1
--- rsync-3.0.6.ori/rsync.1	Wed May  4 09:58:49 2011
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     2
+++ rsync-3.0.6/rsync.1	Thu May  5 10:23:18 2011
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     3
@@ -1213,9 +1213,8 @@
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     4
 up less space on the destination.  Conflicts with \fB\-\-inplace\fP because it's
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     5
 not possible to overwrite data in a sparse fashion.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     6
 .IP 
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     7
-NOTE: Don't use this option when the destination is a Solaris \(lqtmpfs\(rq
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     8
-filesystem. It doesn't seem to handle seeks over null regions
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     9
-correctly and ends up corrupting the files.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    10
+NOTE: This option has no effect if the destination is a Solaris "tmpfs"
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    11
+filesystem.  The files won't be sparse\&.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    12
 .IP 
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    13
 .IP "\fB\-n, \-\-dry\-run\fP"
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    14
 This makes rsync perform a trial run that doesn't
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    15
@@ -3472,3 +3471,7 @@
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    16
 .PP 
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    17
 Mailing lists for support and development are available at
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    18
 http://lists.samba.org
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    19
+.SH "NOTES"
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    20
+WARNING: Daemon mode does not participate in the core 
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    21
+Solaris security policies, including Authentication, limit 
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    22
+of privileges, Audit and Audit of any subprocessing.