Is there a better way to backup Database and web files?
Is there a better way to backup Database and web files?
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?
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?
Hi,
try check this: https://github.com/ramirojoaquin/vestac ... al-backups
You can use mysqldump and rsync to backup manually.
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?
Thanks.. il have a try later on...dreiggy wrote: ↑Thu Apr 18, 2019 7:22 pmHi,
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?
This seems really interesting! Well done!
Did anyone tried it out?
Did anyone tried it out?
Re: Is there a better way to backup Database and web files?
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.