aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-12-17 11:07:17 +0000
committerAndrew Tridgell <tridge@samba.org>1997-12-17 11:07:17 +0000
commit82306bf6d644ceca9ef07b4989fb317fc8a613e5 (patch)
tree81b10c4e7d5888e8bf42510541dffa32bf1c9a1b /README
parentcbbe4892087b74fb8ed2aac6078ee933ac02e920 (diff)
downloadandroid_external_rsync-82306bf6d644ceca9ef07b4989fb317fc8a613e5.tar.gz
android_external_rsync-82306bf6d644ceca9ef07b4989fb317fc8a613e5.tar.bz2
android_external_rsync-82306bf6d644ceca9ef07b4989fb317fc8a613e5.zip
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 38f804ff..9de50946 100644
--- a/README
+++ b/README
@@ -22,6 +22,7 @@ Basically you use rsync just like rcp, but rsync has many additional options.
Here is a brief description of available options:
+Options:
-v, --verbose increase verbosity
-c, --checksum always checksum
-a, --archive archive mode (same as -rlptDog)
@@ -30,6 +31,7 @@ Here is a brief description of available options:
-b, --backup make backups (default ~ extension)
-u, --update update only (don't overwrite newer files)
-l, --links preserve soft links
+-L, --copy-links treat soft links like regular files
-H, --hard-links preserve hard links
-p, --perms preserve permissions
-o, --owner preserve owner (root only)
@@ -38,6 +40,7 @@ Here is a brief description of available options:
-t, --times preserve times
-S, --sparse handle sparse files efficiently
-n, --dry-run show what would have been transferred
+-W, --whole-file copy whole files, no incremental checks
-x, --one-file-system don't cross filesystem boundaries
-B, --block-size SIZE checksum blocking size
-e, --rsh COMMAND specify rsh replacement