stepping stone GmbH
Sitemap Druckansicht

Create automatic Backup

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 
 
© 2004 - 2016 stepping stone GmbH