Jump to content

backups failing


Recommended Posts

The email backups are not being sent as they used to be. Last one I received was in June.

 

I can (sometimes) generate a backup zip manually - the size is ~20MB

 

Is this a size issue for email?

 

Would FTP be the best solution for a backup zip this size?

Edited by battles
added subscription
Link to comment
Share on other sites

The email backups are not being sent as they used to be. Last one I received was in June.

I can (sometimes) generate a backup zip manually - the size is ~20MB

Is this a size issue for email?

it may be an issue with your php.ini settings - I would imagine it's either going to be an attachment limit, or the script is timing out when creating the attachment and/or sending the email.

 

Would FTP be the best solution for a backup zip this size?

it would be safer for you to have at least one regular and reliable backup method - the last thing you will want to do is try to restore a backup that is weeks old.

 

so give backing up via FTP a try... failing that, there are cloud backup solutions available in Marketplace - at least one of which is free.

Link to comment
Share on other sites

https://docs.whmcs.com/Backups#Limitations

 

Explains the 20MB limit (basically resources).

Personally, emailing or even FTP to send your client data to another server or your mail account is what I'd consider a bad idea. Assuming it's not encrypting anything in the process, that has your database (in the case of email) out in the open while it traverses mail systems, or sitting in your inbox somewhere. FTP is marginally better, though it will pass login credentials in the open.

Scary if you think about it.

 

We use a simple mysql dump script to make a backup (frequently) into a folder above root, then using rsync and SSH keys push it off to a secure server as an off site backup. I feel that's about as safe as I can make it.

Edited by bear
Link to comment
Share on other sites

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated