For system in production mode what backup need to be taken for quick restore in cae of any failure . for quick restore
Hi Raghav, i think you should backup 'rd' database and your html directory
cd /usr/share/nginx/ tar cvfz html.tgz html mysqldump -u root -p rd >rd_dump_$(date +%d-%m-%Y-%H.%M.%S).sql
Hope this helps and if anyone has better information or thinks this is not complete please integrate.
Hi neXus,
Thanks for help
i will make script and try to run it and let you konw
Raghav
Hi Raghav, I use BackupPC (http://backuppc.sourceforge.net/) and rsync everything except the /proc and /sys folders
Log in to post a comment.
For system in production mode what backup need to be taken for quick restore in cae of any failure .
for quick restore
Hi Raghav, i think you should backup 'rd' database and your html directory
cd /usr/share/nginx/
tar cvfz html.tgz html
mysqldump -u root -p rd >rd_dump_$(date +%d-%m-%Y-%H.%M.%S).sql
Hope this helps and if anyone has better information or thinks this is not complete please integrate.
Last edit: neXus 2016-09-18
Hi neXus,
Thanks for help
i will make script and try to run it and let you konw
Raghav
Hi Raghav,
I use BackupPC (http://backuppc.sourceforge.net/) and rsync everything except the /proc and /sys folders