Jump to content

Recommended Posts

Posted

Hello,

I see that if you dont have config/blesta.php backup with the database backup, all encrypted data is not "recovered", so my sugestion is to also include the file config/blesta.php on the cron blesta backup, for safety reasons :)

P.S- yes i do daily offline full backups to a external cloud storage, but backups is never to much :blesta:

Posted

The backup only does mysqldump so how can they backup the config file?

Simply make the mysqldump in a folder with blesta config file, gzip, send it to the backup directory

Posted

The backup only does mysqldump so how can they backup the config file?

there are so many tips that can be used , like

store the content file in a tmp table (company setting) before the mysqldump .

send the file in the same location of remote ftp/sftp .

Posted

One thing to note is that if your backup server is compromised, currently the encrypted data would be useless to an attacker. They would be unable to decrypt credit card data, or encrypted service fields, etc. But, if the config file was present, then they'd have the key necessary to decrypt the data.

 

I'm not opposed to a more complete backup, but such a solution should probably be optional and also be able to back up all files, including the uploads directory.

 

For example:

 

[x] Backup database

[x] Backup files

 

Which files?

(x) /config/blesta.php config file only () All files, including uploads directory

Posted

One thing to note is that if your backup server is compromised, currently the encrypted data would be useless to an attacker. They would be unable to decrypt credit card data, or encrypted service fields, etc. But, if the config file was present, then they'd have the key necessary to decrypt the data.

I'm not opposed to a more complete backup, but such a solution should probably be optional and also be able to back up all files, including the uploads directory.

For example:

[x] Backup database

[x] Backup files

Which files?

(x) /config/blesta.php config file only () All files, including uploads directory

Your idea is the same one that I was working in it in my cloud backup plugin , the only difference that I didn't use mysqldump , I have opt with another method that I use in v2.5 . I have not complete it . but it was ready to connect with gdtive and dropbox , not sure where or when I complete it . but if it exist in code it should be prefect

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...