Created
March 15, 2016 09:06
-
-
Save lajunta/0f1f8b7d1fc5b822b87c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
rsync -avz [email protected]:/data/run /data/ecbackup | |
sleep 1 | |
echo "Run is backup" | |
echo "------------------------------------------------------------" | |
rsync -avz [email protected]:/etc/init/{wx,ndc,tiku,bttrack,caddy,dljy,gnath,kpy,mongod,mongodb,qiku,tbcms}.conf /data/ecbackup/upstart | |
sleep 1 | |
echo "Upstart script is backup" | |
echo "------------------------------------------------------------" | |
rsync -avz --exclude-from=/root/exclusion-file [email protected]:/data/sites /data/ecbackup | |
sleep 1 | |
echo "Sites is backup" | |
echo "------------------------------------------------------------" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment