Skip to content

Instantly share code, notes, and snippets.

@ja-mf
Created September 13, 2012 19:40
Show Gist options
  • Save ja-mf/3717052 to your computer and use it in GitHub Desktop.
Save ja-mf/3717052 to your computer and use it in GitHub Desktop.
rsync
#/bin/bash
if [ ! "$(pidof rsync)" ]
then
rsync -ansd-js
else
echo "rsync andando"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment