Changes

Jump to: navigation, search

stoney conductor: VM Backup

7 bytes added, 14:38, 22 October 2013
/* Backup multiple machines at the same time */
if ( retain( successful_snapshots[i] ) )
{
printf("Successfully backed-up machine %s\n", sucessful_snapshotssuccessful_snapshots[i]);
} else
{
printf("Error while retaining machine %s: %s\n", sucessful_snapshotssuccessful_snapshots[i],error);
}
} else
{
printf("Error while merging machine %s: %s\n", sucessful_snapshotssuccessful_snapshots[i],error);
}
}
486
edits