Skip to main content
October 12, 2021
Solved

Appian Backup method.

  • October 12, 2021
  • 3 replies
  • 0 views

Hi team,

I am working as linux admin for appian , We need to find out what all components needs to be backed up in case of Server crash, we should be able to install Appian and restore all configurations and data back with less efforts

Thanks and regards

Kuldeep Pawar

    Best answer by hrishikeshd997

    Documentation links -

    [View:https://docs.appian.com/suite/help/20.1/Configuring_Backup_and_Restoration.html]

    [View:https://docs.appian.com/suite/help/21.3/Configuring_Backup_and_Restoration.html]

    3 replies

    October 12, 2021

    Documentation links -

    [View:https://docs.appian.com/suite/help/20.1/Configuring_Backup_and_Restoration.html]

    [View:https://docs.appian.com/suite/help/21.3/Configuring_Backup_and_Restoration.html]

    October 13, 2021

    Hi team,

    Any alternate solution on this?

    October 13, 2021

    I team,

    I want know what is working of below script and what i will get output...

    plesae help and do needful.

    https://docs.appian.com/suite/help/21.3/Configuring_Backup_and_Restoration.html

    #!/bin/bash
        source ../../../../server/_scripts/exports.sh
        INSTALLDIR=$AE_HOME/_admin/_scripts/tools/datamaintenance/antScripts
        ant -f $INSTALLDIR/aecopyfiles.xml -Dae.source.location=$AE_HOME -Dae.dest.location="/data/aebackups" -Dae.datadelete="n"   -Dae.copycontents="y" -Dkdb.num="1" -Dkdb.invertselect="y" -Dbatchmode="y"