Page 1 of 1

Is there a better way to backup Database and web files?

Posted: Thu Apr 18, 2019 10:33 am
by rj2010ism
Good day.

Iv recently changed servers.. I had a opensource ticket system OsTicket using mysql database.
iv used the backup VestaCP created and copied it to new server with web files. but when i imported the web files and backup the system just gives a blank page. i thought it was my browser so i reset my browser. but still the same..

Is there a better way to make backups like that? Web files, Sql backup? and working?

Re: Is there a better way to backup Database and web files?

Posted: Thu Apr 18, 2019 7:22 pm
by dreiggy
Hi,
try check this: https://github.com/ramirojoaquin/vestac ... al-backups

You can use mysqldump and rsync to backup manually.

Re: Is there a better way to backup Database and web files?

Posted: Thu Apr 18, 2019 9:18 pm
by rj2010ism
dreiggy wrote:
Thu Apr 18, 2019 7:22 pm
Hi,
try check this: https://github.com/ramirojoaquin/vestac ... al-backups

You can use mysqldump and rsync to backup manually.
Thanks.. il have a try later on...

Re: Is there a better way to backup Database and web files?

Posted: Sat Apr 20, 2019 9:24 am
by desolator
This seems really interesting! Well done!
Did anyone tried it out?

Re: Is there a better way to backup Database and web files?

Posted: Sun Apr 21, 2019 7:33 pm
by dreiggy
I'm using borg backup, but with my own written bash script. A more primitive ;) And I do all server backup, not by user as in mentioned script.