I've seen the switches below on an rsync script and I just wondered if someone could break them down for me...
rsync --chmod=ugo=rwX
ugo? rwX (read-write-Execute - why the capitalisation on Execute?)
--chmod=CHMOD affect file and/or directory permissions
Also what is "don't cross filesystem boundaries" for the -x option?
-x, --one-file-system don't cross filesystem boundaries
Many Thanks