Skip to content

Instantly share code, notes, and snippets.

@EronHennessey
Created November 25, 2012 19:27
Show Gist options
  • Save EronHennessey/4144880 to your computer and use it in GitHub Desktop.
Save EronHennessey/4144880 to your computer and use it in GitHub Desktop.
Rsync script for backing up media files
#!/bin/bash
rsync -ruP --delete %1 %2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment