Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created May 11, 2019 20:29
Show Gist options
  • Save D4R4/3e17ef15e9a73f37408fda9a03091ad8 to your computer and use it in GitHub Desktop.
Save D4R4/3e17ef15e9a73f37408fda9a03091ad8 to your computer and use it in GitHub Desktop.
Rsync with remote site with cron consideration
pgrep -cx rsync || sshpass -p 'P@SSW0RD' rsync -avzP -e "ssh -p 4532" root@HOSTNAME:/var/www/dataroot/html/media /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment