Step 1 | Step 2 | Step 3 | ![]() |
If desired you can create an automatic backup (cronjob) with a daily execution. Thereto run the following command:
echo "${OnlineBackupMin} ${OnlineBackupHour} * * * root ${OnlineBackupDir}/bin/OnlineBackup.pl -c ${OnlineBackupDir}/conf/OnlineBackup.conf" >> /etc/crontab
To reload the cronjob configuration run the following command:
CronPid=$(ps | grep crond | head -n1 | cut -f2 -d" ") && kill -HUP $CronPid