rsync_custom_dir_on_engine.py

The rsync_custom_dir_on_engine.py script synchronizes the ${MTX_CUSTOM_DIR} directory on all servers in an engine with the ${MTX_CUSTOM_DIR} directory on the local server. Synchronization is required after making configuration changes and extending MATRIXX Data Containers (MDCs).

Syntax

rsync_custom_dir_on_engine.py [-h] [-d] -e engineId [--plain] [-s] [-u username] [--ssh_debug]

Examples

Sync all servers in engine ID e2 with the local ${MTX_CUSTOM_DIR} directory:
rsync_custom_dir_on_engine.py -e e2
Sync all servers in engine 2 with the local ${MTX_CUSTOM_DIR} directory:
rsync_custom_dir_on_engine.py 2

For more information about the MATRIXX environment variables, see the discussion about container directories and environment variables in MATRIXX Installation and Upgrade.