aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.yo
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-24 00:51:38 +0000
committerWayne Davison <wayned@samba.org>2005-01-24 00:51:38 +0000
commit54e66f1d5968b1dfb5c9cd352875960ccd544986 (patch)
tree6b14955a5600374e94d3f1aa17c76437270b366a /rsync.yo
parent82471e68a8bb3da8ca95f2b6564c330c52ce891e (diff)
downloadandroid_external_rsync-54e66f1d5968b1dfb5c9cd352875960ccd544986.tar.gz
android_external_rsync-54e66f1d5968b1dfb5c9cd352875960ccd544986.tar.bz2
android_external_rsync-54e66f1d5968b1dfb5c9cd352875960ccd544986.zip
Document --omit-dir-times.
Diffstat (limited to 'rsync.yo')
-rw-r--r--rsync.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsync.yo b/rsync.yo
index 6484face..fd5bf9ca 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -331,6 +331,7 @@ verb(
-g, --group preserve group
-D, --devices preserve devices (root only)
-t, --times preserve times
+ -O, --omit-dir-times omit directories when preserving 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
@@ -638,6 +639,10 @@ cause the next transfer to behave as if it used -I, causing all files to be
updated (though the rsync algorithm will make the update fairly efficient
if the files haven't actually changed, you're much better off using -t).
+dit(bf(-O, --omit-dir-times)) This tells rsync to omit directories when
+the preserving of modification times is enabled (see --times). If NFS
+is sharing the files on the receiving end, it is a good idea to use -O.
+
dit(bf(-n, --dry-run)) This tells rsync to not do any file transfers,
instead it will just report the actions it would have taken.