You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.info("Restore for "+source_table+" to "+destination_table+" table completed. Time taken: "+str(datetime.datetime.now().replace(microsecond=0) -start_time))
parser.add_argument("-m", "--mode", help="'backup' or 'restore' or 'empty'")
380
380
parser.add_argument("-r", "--region", help="AWS region to use, e.g. 'us-west-1'. Use '"+LOCAL_REGION+"' for local DynamoDB testing.")
381
381
parser.add_argument("-s", "--srcTable", help="Source DynamoDB table name to backup or restore from, use 'tablename*' for wildcard prefix selection or '*' for all tables.")
382
382
parser.add_argument("-d", "--destTable", help="Destination DynamoDB table name to backup or restore to, use 'tablename*' for wildcard prefix selection (defaults to use '-' separator) [optional, defaults to source]")
0 commit comments