Richard G
Verified User
On the SMF forum I just found somebody with an interesting question.
He would like to make a backup of his database and send it to his email address.
Personally this makes me curious. I'm glad I god admin rights, because with reseller backup, you can make automatic backups to your NAS.
As a user, I guess you have to make an FTP script and run this via a cronjob to get your backups to your NAS for example.
But now I became curious on how to send a database backup to an email address.
Probably also via a script with a "mailto" command. But is this possible or would a php script be needed to make use of the php mail() command or something?
He would like to make a backup of his database and send it to his email address.
Personally this makes me curious. I'm glad I god admin rights, because with reseller backup, you can make automatic backups to your NAS.
As a user, I guess you have to make an FTP script and run this via a cronjob to get your backups to your NAS for example.
But now I became curious on how to send a database backup to an email address.
Probably also via a script with a "mailto" command. But is this possible or would a php script be needed to make use of the php mail() command or something?