parser.add_argument('-w','--whole-object',action="store_true",dest='wholeObject',help='do not diff for intra-object deltas. Dramatically improves diff performance but may result in larger delta backup',required=False,default=True)
parser.add_argument('-healthy','--wait-until-healthy',action="store_true",dest='waitHealthy',help='wait until cluster is healthy',required=False,default=True)
parser.add_argument('-no-scrub','--no-scrubbing',action="store_true",dest='noScrubbing',help='wait for scrubbing to finnish and disable scrubbing (does re-enable scrubbing automatically). This implies --wait-until-healthy',required=False,default=False)
parser.add_argument('-w','--whole-object',action="store_true",dest='whole_object',help='do not diff for intra-object deltas. Dramatically improves diff performance but may result in larger delta backup',required=False,default=True)
parser.add_argument('-healthy','--wait-until-healthy',action="store_true",dest='wait_healthy',help='wait until cluster is healthy',required=False,default=True)
parser.add_argument('-no-scrub','--no-scrubbing',action="store_true",dest='no_scrubbing',help='wait for scrubbing to finnish and disable scrubbing (does re-enable scrubbing automatically). This implies --wait-until-healthy',required=False,default=False)