MikeDre
2/7/2019 - 11:24 AM

rsync examples

rsync -r cepistag@tegu.hexdigital.com:~/public_html/wp-content/uploads ~/Sites/cepi/wp-content/.

rsync -avzh cepistag@tegu.hexdigital.com:~/public_html/wp-content/plugins ~/Sites/cepi/wp-content/.

rsync -r mcbhprod@python.hexdigital.com:~/public_html/wp-content/uploads ~/Sites/mcb/wp-content/.

rsync -avzh mcbhprod@python.hexdigital.com:~/public_html/wp-content/plugins ~/Sites/mcb/wp-content/.


Push
rsync [-options] SOURCE user@x.x.x.x:DESTINATION

Pull:
rsync [-options] user@x.x.x.x:SOURCE DESTINATION