Backups enabled by default

Discussion in 'General' started by spacepills, May 31, 2018.

  1. spacepills

    spacepills Member

    Hi, is there a way to set backups to be enabled by default for both websites and emails? If this can be done with an edit to the website/email setup script then that's fine I'll have to update it every time until a feature like this gets implemented, it's purely because I offer this service to every client but sometimes if it's 5am and I'm setting up a new site I forget to click save or something stupid
     
  2. spacepills

    spacepills Member

    Thanks!
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You can do database query to get report of websites with backups off, and then fix those.
    It may be possible to modify ISPConfig so backup is always on, but I have no idea how.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    What you might try is this:

    Edit the structure of the table web_domain with phpmyadmin, change the default of the column backup_interval from 'none' to 'daily', 'weekly' or 'monthly'.
     

Share This Page