前面对数据库和文件的自动备份和邮件发送已经写了两篇文章,第一篇只备份数据库,第二篇增加了选择备份文件夹的功能。但两个版本中的邮件发送都是通过调用一个python的smtp模块来实现的。最近发现这个python脚本不是很好用,邮件有时能收到,有时收不到。今天意外发现linux主机系统有mail函数,于…
database
Automatically Back Up the Database & Files and Email to You (Without Plugin)
As stated by the title, this post presents a way to:
- Automatically back up the database [and any WP files (directories) ]
- Email the backup to you
…