How to change time of backup? ispCP 1.0.7 - 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: How to change time of backup? ispCP 1.0.7 (/thread-13033.html) |
How to change time of backup? ispCP 1.0.7 - alpracka - 03-09-2011 09:41 PM Hello, I would like to ask, how to change daily time of backup? I'm running version ispCP 1.0.7 - build: 20101124 (stable) on Debian Lennny. In /etc/ispcp/ispcp.conf I found parameters like: Code: # Crontab delayed tasks Default was 0:00, I changed it to 3:20, because backup makes my server freezed at 0:00 for next 5-10 minutes . Anyways, this change wasn't enough and server still makes backup every day at 0:00. Should I run ispcp-update script, after this change? Or how can I change time of backup? Thanks for reply, best regards alpracka edit: crontab -e tells me: "no crontab for root - using an empty one" RE: How to change time of backup? ispCP 1.0.7 - alpracka - 03-11-2011 09:15 PM ispcp-update script didn't make the change. Can you please tell me, how to change it? This is the second time I'm asking for basic help and again without any replies :-(( whats happening? I can pay for support, np. RE: How to change time of backup? ispCP 1.0.7 - fluser - 03-11-2011 09:25 PM Hello Apracka Please see here: http://isp-control.net/documentation/frequently_asked_questions/why_do_the_cronjobs_statistics_backups_etc._don_t_work Best Regards Fluser RE: How to change time of backup? ispCP 1.0.7 - alpracka - 03-12-2011 01:23 AM Thank you Fluser, I have removed Code: @daily Code: 20 3 * * ? * Hope it will be working, it should be :-). RE: How to change time of backup? ispCP 1.0.7 - fluser - 03-12-2011 09:20 PM Code: 20 3 * * ? * should be Code: 20 3 * * * Hope it works for you Best Regards Fluser RE: How to change time of backup? ispCP 1.0.7 - Thomas2spear - 03-23-2011 06:01 PM You can try the following code to edit the backup time of ispCP 1.0.7 Quote:# mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf RE: How to change time of backup? ispCP 1.0.7 - joximu - 03-24-2011 06:17 PM do not follow this last post... (6) |