Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Staging Environment in for JIRA

Neeta Dubey
Contributor
August 15, 2019

Hi Team,

I'm following the doc to create staging env for JIRA . As per step# 3 i could copy data from prod to stage machine however the size of my home and app dir is very huge ~ 100gb In prod machine. It is very difficult to copy folder from prod machine to my new machine. Any suggestion to achieve this correctly

 https://confluence.atlassian.com/adminjiraserver074/establishing-staging-server-environments-for-jira-applications-881683281.html

 

1 answer

0 votes
DPKJ
Community Champion
August 15, 2019

Better you use `rsync` for this. Using command like cp will be very painful if it is broken in between.

Something like this, if local machine to local machine.

# rsync -avhW --progress /src/ /dst/

Suggest an answer

Log in or Sign up to answer