Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
-
The command
rsync -avh src_dir des_dir
(src_dir
has no trailing slash) synchronizes the whole directorysrc_dir
into the destination directorydes_dir
whilersync -avh src_dir/ des_dir
(src_dir/
has …