-
1. Re: Previous snapshot found
lamw Feb 1, 2011 6:23 PM (in response to vmbru)The reason for the snapshot check is that snapshots in general should not be kept around for long durations, they're generaly miss-used and can cause more issues in an environment. Since we're performing a backup, I want to ensure we're coming from a good state and not from some child snapshot which may not be what you want backed up.
I don't believe there's anything in the script that would cause an error if you can get past the snapshot check, but I've not verified. If you decide you want to comment out the snapshot check, this will of course not be supported and you'll be doing at your own risk.
The checks starts on line 538 and you'll want to come from 538-541 and also on 702 and that should remove that if statement check for snapshots.
-
2. Re: Previous snapshot found
vmbru Feb 4, 2011 6:04 AM (in response to lamw)Awesome! The VM's with snapshots are mainly for testing anyway, we try not to keep snapshots lingering. Thanks again.