Implement incremental forever backup strategy using incrementally updated image copies that can (and should) be stored on an alternate storage. Eliminating the need for separate backup process for ...
@click.option('--mount_path', '-m', type=str, required=True, help='The path used to mount the backup files') @click.option('--host_target', '-h', type=str, required ...