NAKIVO Backup & Replication provides you with the ability to run a script before a job begins (a pre-job script) and after the job has been completed (a post-job script)
SSH Login
Unsing, for example Putty, you have to login Nakivo Director :
Default ssh port for the Nakvo Director is 2221.
Login to nakivo appliance using this credential :
Username: nkvuser
Password: QExS-6b%3D
cd /opt sudo su
you have to insert password again
mkdir backup
Change new folder permission
chmod 777 backup
Upload file script
Using for example WinSCP with the same above configuration (port and credential) , browse to the new folder /opt/backup and upload here your scripts sh.
Using putty give execution permission to files :
cd backup chmod +x ./your_file.sh
Take note of the full path of the script file : /opt/backup/your_file.sh
Config Pre and Post script
Using nakivo portal appliance now you have to implement your scripts on job execution. You need to use this guide :