STILL IN DEVELOPMENT
This script helps you to make simple backups of ISPConfig. It can't restore (for now).
This script try to solves MY problem, maybe you need to make other configurations.
- Copy
src
content to your server. - Edit
makeBackup.sh
with your paths (optional) - Create/mount the backup directory (/backups/ for example) - This can be remote machine folder
- Make file executable
chmod a+rx /path/to/script.sh
- Create a cron with
crontab -e
withroot
, for example:
15 2 * * * /path/to/your/script.sh > /path/to/file.log
Recommended test script before using in cron.