Birre,

There are 2 scripts, one does a make backup and the other is a mail
restore.  Both scripts are almost exactly the same with one completing
a tar cpf and the other a tar xpf


--Kenny

On Fri, Sep 5, 2014 at 8:33 PM, Birger Blixt <bi...@virtualgate.org> wrote:
> 2014-09-05 23:48, Kenny Noe skrev:
>> Birre,
>>
>> Thanks for the reply.   I guess this is where I get lost...
>>
>>
>>
>> The fifo is reading a file that was created in the pre-process called
>> mail.tar.  The mail.tar is made from the following directories
>> /opt/zimbra and /var/mail/zimbra.  This is where the Zimbra files and
>> mailstore were kept.
>>
>> This pre-process is a script that has this :
>>
>> *_MailBackup.bash_*
>> #!/bin/bash
>> .....
>>
>> RunMailRestore()
>>    {
>> ....
>>    ${TAR} -xpf ${fifoDir}/mail${EXTENSION} 2>&1 </dev/null &
>>    }
>> ...
>>
>>
>> The restore script simply does a tar xpf instead of a tar cpf.
>>
>
> Was that really the contents of the backup script ?, it do a restore.
>
> *_
> _*/Birre
>
>

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to