X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c95da96a0c51c66c8cb2eff97b768a717d9e0c79..298c10d5bb83a6c3fc1ee6583383c6ae26e12751:/rsync.yo?ds=sidebyside diff --git a/rsync.yo b/rsync.yo index b13a8b8c..9847ac90 100644 --- a/rsync.yo +++ b/rsync.yo @@ -234,6 +234,7 @@ verb( --config=FILE specify alternate rsyncd.conf file --port=PORT specify alternate rsyncd port number --stats give some file transfer stats + --progress show progress during transfer -h, --help show this help screen ) @@ -510,6 +511,10 @@ on the file transfer, allowing you to tell how effective the rsync algorithm is for your data. This option only works in conjunction with the -v (verbose) option. +dit(bf(--progress)) This option tells rsync to print information +showing the progress of the transfer. This gives a bored user +something to watch. + enddit() manpagesection(EXCLUDE PATTERNS)