Jim Beam

Results 14 comments of Jim Beam

No, currently all virtual disks are being backed up always. However, this is a feature request that might make sense. 1) Being able to exclude certain disks 2) Alternatively being...

An explicit list of VMDKs to include is possible using VMDK_FILES_TO_BACKUP

This is not exactly documented except for a one-liner indicating that the feature exists AFAICS. How to use: Example: ``` ./ghettoVCB.sh -f vms_to_backup -c /vmfs/volume/datastore1/vm_backup_configs ``` The directory /vmfs/volume/datastore1/vm_backup_configs contains...

Agreed, you can't just use `$?` twice like that. Good catch. But why not write it totally as it's supposed to be then. ``` rm_status=$? if [[ ${rm_status} -eq 0...

Could this be a duplicate of https://github.com/lamw/ghettoVCB/issues/221 ? You can try the proposed fix, but it has not been merged yet.

What are the errors that you are getting? Could you also edit the subject of this issue to be more meaningful please? Thx

Now i haven't checked the code but 587 sounds like submission. Might be a login or tls issue. Go look at the line in ghettovcb.sh that runs the mail command...

Has anything changed in the "latest appliance file" that would make this work? If so, I'd be willing to give it a try. If nobody knows, then I won't waste...