Skip to content

Instantly share code, notes, and snippets.

@joetemp
Created October 10, 2015 05:53
Show Gist options
  • Select an option

  • Save joetemp/ce9f1bec39ccb52e2885 to your computer and use it in GitHub Desktop.

Select an option

Save joetemp/ce9f1bec39ccb52e2885 to your computer and use it in GitHub Desktop.
/usr/bin/sync_test
#!/bin/sh
while inotifywait -e create photos; do
rsync -r -e 'ssh -p 28000' photos/ [email protected]:/srv/http/trailcam/vps_test
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment