- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-21-2016 10:06 AM
I am tring to move the /opt/minemeld/local/config directory to a new image of Minemeld I have running in AWS. I can scp the config directory out of my exisintg Minemeld using winscp but when I try to copy it into my new Mindmeld image it always aborts.
It appears to be a permission issue but not sure how to around this. I am logged in via winscp and ssh as the ubuntu user.
Can someone help with this?
Thank you.
Rich
10-24-2016 12:12 AM
Hi @rschunk,
to backup the config you should:
$ sudo service minemeld stop $ tar -cvzf backup.tar.gz /opt/minemeld/local/config/ /opt/minemeld/local/prototypes/
to restore:
$ sudo minemeld stop $ sudo -g minemeld -u minemeld tar -C / -xvzf backup.tar.gz $ sudo minemeld start
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!