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_dirhas no trailing slash) synchronizes the whole directorysrc_dirinto the destination directorydes_dirwhilersync -avh src_dir/ des_dir(src_dir/has …