Skip to content

Instantly share code, notes, and snippets.

@stanwu
Created February 9, 2013 07:30
Show Gist options
  • Save stanwu/4744499 to your computer and use it in GitHub Desktop.
Save stanwu/4744499 to your computer and use it in GitHub Desktop.
backup to ftp
tar -cpz `cat list` | curl -u username:password ftp://ftp.xxxxxx.com/xxxxxx-backup.tgz -T -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment