Skip to content

Instantly share code, notes, and snippets.

@mlbright
Created August 13, 2009 00:42
Show Gist options
  • Save mlbright/166884 to your computer and use it in GitHub Desktop.
Save mlbright/166884 to your computer and use it in GitHub Desktop.
#!/bin/bash
# rsync pull from remote to local
rsync -azv --rsync-path=/usr/local/bin/rsync --delete --force jira@<some ip>:attachments/ /var/jira/jira-data/attachments/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment