Poor man virtual consolidated backup update

Posted on Sun 01 April 2012 in Systems • Tagged with backup, bacula, bash, scriptLeave a comment

I just received a little patch to my pmvcb from Tilman Schmidt.
This patch add the support for the new ESXi syntax of snapshot.remove.

You can download the last pmvcb from my Github page

Thanks Tilman.

Continue reading

Poor man vmware consolidate backup

Posted on Mon 25 July 2011 in Systems • Tagged with backup, bacula, script, vmwareLeave a comment

  • Update: for an english version of this post you can read the README of pmvcb at github
    For bacula integration of pvmcb you can see the instruction on bacula wiki

VMware offre un pacchetto di backup per le macchine virtuali: VCB

VCB

Il VCB non fa altro che:

  • eseguire uno snapshot ...
Continue reading

bash snippet: dumping function call trace

Posted on Mon 18 July 2011 in Hacks • Tagged with bash, debugging, scriptLeave a comment

Uno snippet di codice bash utile nel debugging di script.

#@.. function:: __cm_exit_error([text],[...])
#@
#@   Stampa la stringa passata in stderr ed esce
#@   Se è impostata la variabile __cm_debug stampa lo stack di chiamata delle funzioni
#@
#@   :param text: la stringa da stampare
#@   :type text: String
#@
__cm_exit_error()

{
        echo "Error in ${FUNCNAME[1]}:${BASH_LINENO ...
Continue reading

Software

Posted on Sun 05 February 2006 in Hacks • Tagged with bacula, nagios, python, rsync, scriptLeave a comment

Era un progettino che avevo dato all’università : esegue dei backup differenziali o full utilizzando rsync: Batbu

Bacula: i .deb per sarge della 1.38.5 bacula-1.38.5 UPDATE: non piu' mantenuto

Plugin nagios:

  • check-imap-login Un plugin per nagios per eseguire un login su un server IMAP (o IMAPS ...
Continue reading