Created
June 15, 2009 02:10
-
-
Save miknight/129909 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/bash | |
rsync -avz --exclude pull.sh --exclude push.sh [email protected]:/path/to/folder/ . | |
date | |
#!/bin/bash | |
rsync -auvz --exclude push.sh --exclude pull.sh --exclude .git --exclude css --exclude .css --exclude /inc/js/jqgrid/themes/ --exclude .DS_Store . [email protected]:/path/to/folder/ | |
date | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment