X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d5ee1f8e7a370884aa9c5353de5129728ed9a37b..dc5ddbccace1f4f37d57ce5d961117effc28a356:/README diff --git a/README b/README index 1440c343..b1651cee 100644 --- a/README +++ b/README @@ -29,11 +29,13 @@ 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 +-H, --hard-links preserve hard links -p, --perms preserve permissions -o, --owner preserve owner (root only) -g, --group preserve group -D, --devices preserve devices (root only) -t, --times preserve times +-S, --sparse handle sparse files efficiently -n, --dry-run show what would have been transferred -x, --one-file-system don't cross filesystem boundaries -B, --block-size SIZE checksum blocking size @@ -45,10 +47,10 @@ Here is a brief description of available options: --exclude FILE exclude file FILE --exclude-from FILE exclude files listed in FILE --suffix SUFFIX override backup suffix + --csum-length LENGTH set the checksum length --version print version number - SETUP -----