ispCP - Board - Support
[SOLVED] Edit backup time - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [SOLVED] Edit backup time (/thread-3567.html)



[SOLVED] Edit backup time - tassoman - 06-18-2008 11:50 PM

Is it enough to edit strings into /etc/ispcp/ispcp.conf to change the backup time? There is also some kind of perl script to run to make changes effective?

I would run backups at 06.30 am.


RE: Backup time - Zothos - 06-19-2008 02:06 AM

just edit the cronjob
/etc/cron.d/ispcp


RE: Backup time - tassoman - 06-19-2008 03:57 AM

You mean to edit @daily with 30 6 * * * ?

Code:
# Backup
@daily root /var/www/ispcp/engine/backup/ispcp-backup-all yes &>/var/log/ispcp/ispcp-backup-all-mngr.log
@daily root /var/www/ispcp/engine/backup/ispcp-backup-ispcp noreport &>/var/log/ispcp/ispcp-backup-ispcp-mngr.log



RE: Backup time - Zothos - 06-19-2008 08:05 PM

yep Smile


RE: [solved] Edit backup time - tassoman - 06-19-2008 09:59 PM

Tagged [ solved ]


RE: [SOLVED] Edit backup time - minjaverde - 06-19-2008 10:59 PM

so the configuration file is just for the inital setup ?