Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The syntax for calling ecs-sync interactively on Grace is:

Code Block
languagebash
titleInteractive ecs-sync command
ecs-sync --xml-config <config-file>.xml

...

In running interactively, you see all the messages coming back from ecs-sync as it does its job, giving instant feedback.  But if the shell dies, the command may stop.  To avoid this, you can use nohup to run ecs-sync as a background job that continues when you log out and redirect standard out/err into a file, for example using the following syntax:

...