[cs615asa] HW6

Jan Schaumann jschauma at stevens.edu
Sun May 13 21:29:43 EDT 2018


Zhengkai Wei <zwei11 at stevens.edu> wrote:
> 
> About the " -r filter "
> Do we assume the filter command always can be execute on the instance which created by ec2-backup?

In programming, making assumptions is a path to unexpected failure.

You need to be able to handle gracefully the case where the command
given as a filter on either the local or the remote side will fail (for
whatever reason).  That is, your program will need to identify that it
failed, inform the user of the failure, and not cause any unexpected
action to occur as a result.

-Jan


More information about the cs615asa mailing list