Menu

standard backup process for RD

Raghav
2016-09-16
2016-09-19
  • Raghav

    Raghav - 2016-09-16

    For system in production mode what backup need to be taken for quick restore in cae of any failure .
    for quick restore

     
  • neXus

    neXus - 2016-09-18

    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.

     
    👍
    1

    Last edit: neXus 2016-09-18
  • Raghav

    Raghav - 2016-09-19

    Hi neXus,

    Thanks for help

    i will make script and try to run it and let you konw

    Raghav

     
  • SebastianFrei

    SebastianFrei - 2016-09-19

    Hi Raghav,
    I use BackupPC (http://backuppc.sourceforge.net/) and rsync everything except the /proc and /sys folders

     

Log in to post a comment.

MongoDB Logo MongoDB