VMware {code} Community
Lasse_Lindberg
Contributor
Contributor

remote script to detect and remove snapshots

I am looking for a script to use together with VCB

VCB will not run if the snapshot "_VCB-SNAPSHOT_" exist.

Do any of you know of a script that can detect and remove these snapshots?

somthing like:

snapshotRemover.pl --userInfo..... --servername --snapshotname "_VCB-SNAPSHOT_" --remove true

0 Kudos
1 Reply
dinny
Expert
Expert

Hiya,

You don't need a separate script - you can just get VCB to remove them for you automatically.

Just use the following setting in the config.js

PREEXISTING_VCB_SNAPSHOT="delete";

Dinny

0 Kudos