Skip to content

Instantly share code, notes, and snippets.

@dirkk0
Created October 17, 2012 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkk0/3904001 to your computer and use it in GitHub Desktop.
Save dirkk0/3904001 to your computer and use it in GitHub Desktop.
tar and upload whole installation
tar czvf "bkp-$(date +%Y%m%d_%H%M%S).tar.gz" minecraft
curl --user user:pass -T bkp* ftp://myFtpServer.com
mv bkp* bkp-latest.tar.gz
curl --user user:pass -T bkp* ftp://myFtpServer.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment