Last active
August 29, 2015 14:06
-
-
Save tugrulyatagan/81b7bc3318804d381127 to your computer and use it in GitHub Desktop.
eve yedek alan betik
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/bash | |
rsync -avz --chmod=u=rwX,go=r --delete /media/BELGELER/İTÜ\ Ders/ evlocal:/home/tugrul/ITU | |
rsync -avz --chmod=u=rwX,go=r --delete /home/tugrul/Workspaces/ evlocal:/home/tugrul/WORKSPACES | |
# crontab icine | |
# 30 11 * * * /var/yedek_ev.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment