Jump to content

how to add backup sever


amol.karande

Recommended Posts

Not sure what you are saying here ... like a live standby hot backup? Or just a way to backup the important data?

 

At the very least you should backup your database. Someone else might want to jump in here, but, I think if you have a db dump and backup of WHMCS directory you can pretty much get everything back up installing from scratch.

 

What I do on another UNIX server is:

 

Regular rsync of directory w/ WHMCS install

mysqldump --all-databases -u (username) -p -h (ip of db host) > backup.(date)

 

The MySQL database (and firewall) has permissions to allow this remote host to connect to it.

 

If you don't have a database dedicated to billing, you may need to customize that mysqldump command a little bit.

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