Skip to content

Instantly share code, notes, and snippets.

@uchilaka
Created February 18, 2019 04:58
Show Gist options
  • Save uchilaka/07e074f7dc79df324a6067849e4bccda to your computer and use it in GitHub Desktop.
Save uchilaka/07e074f7dc79df324a6067849e4bccda to your computer and use it in GitHub Desktop.
Fetch backup files from dockerized jira
# atlassian-jira_jira_1 is the container name
# what follows is the path in the container of the file
# lastly, the destination (supports relative) on the docker host machine
docker cp atlassian-jira_jira_1:/var/atlassian/jira/export/jira-backup-20190217.zip ./backups/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment