Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ```bash
  2. # atlassian-jira_jira_1 is the container name
  3. # what follows is the path in the container of the file
  4. # lastly, the destination (supports relative) on the docker host machine
  5. docker cp atlassian-jira_jira_1:/var/atlassian/jira/export/jira-backup-20190217.zip ./backups/
  6. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement