Skip to content

Making a backup of installation

Sunil Bhaskarla edited this page Sep 16, 2022 · 1 revision

A backup can be made that excludes the release binaries:

Tar and gzip the External Cache directory.

  • tar cfz ec_dir_cat2022.tar.gz $EC_DIR

Tar and gzip the XDS Toolkit Tomcat base conf directory, Tomcat base bin directory, and (any customizations to) ConfTestsTabs.xml

  • tar cfz xds_config.tar.gz $XTK_BASE/conf $XTK_BASE/bin $XTK_BASE/webapps/xdstools/toolkitx/tool-tab-configs/ConfTestsTabs.xml

Tar and gzip the FHIR Toolkit Tomcat base conf directory, Tomcat base bin directory, and serviceProperties.json

  • tar cfz ftk_config.tar.gz $FTK_BASE/conf $FTK_BASE/bin $FTK_BASE/webapps/ROOT/serviceProperties.json

Tar and gzip Toolkits logs

  • tar cfz xds_logs.tar.gz $XTK_BASE/logs/catalina*
  • tar cfz ftk_logs.tar.gz $FTK_BASE/logs/catalina*
Clone this wiki locally