Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Last active January 22, 2019 15:42
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 Himura2la/62e0549e9e30743d71e23f23a7ed4776 to your computer and use it in GitHub Desktop.
Save Himura2la/62e0549e9e30743d71e23f23a7ed4776 to your computer and use it in GitHub Desktop.
docker run --rm \
-v volume-name:/data \
-v ~/backups:/bkp \
alpine \
tar cf /bkp/volume-bkp.tar /data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment