Dear all, Does anyone know what is the best practice in terms of dat

Dear all,

Does anyone know what is the best practice in terms of data back up for the production environment?

Currently, we downloaded the applications and saved in a flash drive. Is there any better way of doing this?

Thanks a lot in advance!
Lin

OriginalPostID-150381

OriginalPostID-150381

  Discussion posts and replies are publicly visible

Parents
  • Hi Margaret, thank very much for the link-it's very helpful. I wanted to confirm if I understood that right. Looks like I just need to copy and paste the code listed in the article to the apian admin's folder. Is that the case? Thanks a lot for sharing your expertise!

    echo off
    call ../../../../server/_scripts/exports.bat
    set INSTALLDIR=%AE_HOME%/_admin/_scripts/tools/datamaintenance/antScripts
    ant -f %INSTALLDIR%/aecopyfiles.xml -Dae.source.location=%AE_HOME% -Dae.dest.location="c:/ae_backups" -Dae.datadelete="n" -Dae.copycontents="y" -Dkdb.num="1" -Dkdb.invertselect="y" -Dbatchmode="y"
    echo on
Reply
  • Hi Margaret, thank very much for the link-it's very helpful. I wanted to confirm if I understood that right. Looks like I just need to copy and paste the code listed in the article to the apian admin's folder. Is that the case? Thanks a lot for sharing your expertise!

    echo off
    call ../../../../server/_scripts/exports.bat
    set INSTALLDIR=%AE_HOME%/_admin/_scripts/tools/datamaintenance/antScripts
    ant -f %INSTALLDIR%/aecopyfiles.xml -Dae.source.location=%AE_HOME% -Dae.dest.location="c:/ae_backups" -Dae.datadelete="n" -Dae.copycontents="y" -Dkdb.num="1" -Dkdb.invertselect="y" -Dbatchmode="y"
    echo on
Children
No Data