How to backup SynetoOS 5 customizations

Written By Christian Castagna (Administrator)

Updated at October 13th, 2024

→ Applies to: SynetoOS 5.x

 

Step 1. Connect to SynetoOS appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 2. Create a backup folder (replace <pool_name> with the correct pool name)

mkdir /<pool_name>/bkp

 

Step 3. Access the newly created folder

cd /<pool_name>/bkp

 

Step 4. Run the following command to backup SynetoOS customizations

sh /usr/share/syneto-edge/repo/dump_cluster_dbs.sh 

NOTE

It's important to run the command from the newly created backup folder.