Wich is the cronjob that run local website backup?

Discussion in 'ISPConfig 3 Priority Support' started by adrenalinic, Oct 31, 2014.

  1. adrenalinic

    adrenalinic Member

    Hi,
    I would you ask wich is the cronjob process in the crontab that generate the local website backup (the backups availables in the backup tab of the website of ispconfig).

    Sometimes I need to run a full manual backup of a website or all websites when I do massive changes to it's.

    Thanks for the attention.
    Best regards.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no separate cronjob for backups, the script is part of the cron_daily.sh cronjob.
     
  3. adrenalinic

    adrenalinic Member

    Ok thanks.
    Therefore I can run it manually without problems...?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Not the whole script as the traffic stats would be false then. But you can take the cron_daily.php script, open it with an editor and remove the code of the other (non backup) sections and use that script for forced backups. Basically you leave the includes at the beginning of the file and then remove all code until the backup section (which is the last section in the file).
     

Share This Page