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
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.
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'.