Skip to content

Instantly share code, notes, and snippets.

@onurdegerli
Last active December 29, 2015 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onurdegerli/7674805 to your computer and use it in GitHub Desktop.
Save onurdegerli/7674805 to your computer and use it in GitHub Desktop.
# located in /usr/bin
# gpom
git push origin master
# rsync-project
#!/bin/bash
cd /home/$user/rsync-files
./rsync-prject-sh
# rsync-prject-sh
rsync -avpz --size-only --exclude-from 'exclude-project.txt' /base-directory/project/ user@target-ip:/base-directory/projet/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment