Backup
Backup from GUI
- Go to motadata URL and navigate to Schedulers and select current date.
- Click on +Add button of Motadata Config Backup Job and create the scheduler with name e.g. Backup.
- Run the scheduler.
Create Backup
Backup of Virtual Machine (VM)
If you are running the Motadata on a virtual machine, take the snapshot of the VM.
Backup of Physical Machine
If you are running the Motadata on a physical machine, follow below steps:
- Take SSH of Motadata server.
- login into motadata:
login as: root
root@172.16.10.64: <enter-password>
- Stop the motadata service.:
service motadata stop
- Go to root directory:
cd
- Create a backup directory:
mkdir /home/backup
- Copy motadata folder (inside motadata folder) and paste it into backup directory:
cp -r /motadata/motadata ../home/backup