rsync commands

for local dir sync use: rsync -avzP /src/foo/ /dest/foo/ rsync -avzP –exclude “/.snapshot/” tbavtm01:/opt/ /opt/ rsync -rpzvltHP -n tfladm.blah::SmarTest_5.2.3/ /local_path/ #sync directories and delete what is not on the sender’s source. rsync -auvz -nvP –delete tbdw08:/tfl/ /nfs/disks/TBD/ # sync a specific version and subdirectories and exclude all others. rsync -rpvlt… Continue reading