Carlos E. R. composed on 2018-01-18 19:51 (UTC+0100):
I use:
OPTIONS="--archive --acls --xattrs --hard-links --stats --humanreadable "
rsync $OPTIONS --one-file-system /SOURCE/ /DEST/
and sometimes I add "--checksum". I should also add "--sparse", I forgot.
-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) ie: --recursive --links --perms --times --group --owner --devices --specials
I don't understand why archive excludes what it excludes, so on anything I know or suspect has hard links, I typically use: -rlptgoDHAX after perusing the man page yet again. -- "Wisdom is supreme; therefore get wisdom. Whatever else you get, get wisdom." Proverbs 4:7 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org