Backup and Restore in PlaySMS

Is there backup and restore facilities in playSMS ?

Please help.

Hi,
I think you only need to backup the database and all files under the web directories.

Best

Jaime

Hi,
thanks for your responses. I’ve read playSMS documentation but there is no explanation about backup and restore.

Hi again,

In the configuration file you can find the files and directories for backup.

PLAYSMS_PATH="/var/www/html/playsms"
PLAYSMS_LIB="/var/lib/playsms"
PLAYSMS_BIN="/usr/local/bin"
PLAYSMS_LOG="/var/log/playsms"

You can backups this folders and run a “mysqldump” for the database.

Best Regards

Jaime