Heiko Robert
Heiko Robert
No, you could clone a vmdk from any snapshot. From [1027876](https://kb.vmware.com/s/article/1027876): vmkfstools -i /vmfs/volumes/Storage1/examplevm/examplevm-000003.vmdk /vmfs/volumes/Storage2/examplevm_clone.vmdk So for my understanding we just need to extend the shell script logic to find...
my first shot: VMID=116 # create a snapshot for testing ... vim-cmd vmsvc/snapshot.create $VMID TestBackup "Testbackup-$(date)" 0 0 SNAP_LIST=$(vim-cmd vmsvc/snapshot.get $VMID) # extract the beginning dashes from the last line...
To identify the vmdks to clone you find everthing in the $VM.vmsd file: SNAP_NS=$(grep "snapshot.*.uid = \"$SNAP_ID\"" $VM.vmsd) SNAP_NS=${SNAP_NS%%.*} VMDKLIST=$(grep "$SNAP_NS" $VM.vmsd | grep 'disk.*.fileName'|sed -e 's/.*\.fileName \= \"\(.*\)\"/\1/')
It's not that easy. We had a similar discussion for our own resource service accessing emails thru our service (consumed from other systems like workflows). The main email is what...
I have thought about it a little: * a `message/rfc822` attachment could be stored directly as a mail entity instead of an attachment entity like a normal inbound email and...
what I see as pandora's box is: * should an email handled unique by message-id? (actually I don't know how this is handled now with other emails) * if storing...
This also bite me and my lxd. See [Docker breaks libvirt bridge network](https://serverfault.com/questions/963759/docker-breaks-libvirt-bridge-network) on serverfault
addons we also use to add missing features we are used from Explorer and adopted a little bit to work in production for 4.2 e/f: https://github.com/atolcd/alfresco-share-import-export https://github.com/atolcd/alfresco-unzip-action https://github.com/atolcd/alfresco-spacetpl-customviews