Re: [Bacula-users] Automatic restore script issues

2017-03-10 Thread Wanderlei Huttel
Try this to update http://bacula.us/compilation/ Best regards Wanderlei Hüttel Enviado de Motorola Moto X2 Em 10 de mar de 2017 17:18, "Reinier Carmona Lizana" < reinier.carm...@gmail.com> escreveu: > I am using on a Debian 8.6 the version 5.2.6+dfsg-9.3. Best regards > > > 2017-03-10 15:10 GM

Re: [Bacula-users] Automatic restore script issues

2017-03-10 Thread Wanderlei Huttel
The last try or ou need to update your bacula server: #!/bin/bash var="$(cat I tried this too, but with 3, it said me that it was an unknown keyword > > 2017-03-10 14:55 GMT-05:00 Wan

Re: [Bacula-users] Automatic restore script issues

2017-03-10 Thread Wanderlei Huttel
There is another alternative, but I don't know if will works. You need to try #!/bin/bash var="$(cat Hello, Reinier, > > Hello, I am trying to do an automatic restore script, but I am having th

Re: [Bacula-users] Automatic restore script issues

2017-03-10 Thread Heitor Faria
Hello, Reinier, > Hello, I am trying to do an automatic restore script, but I am having this > issues: > # vim restore > bin/echo "restore select all before=2017-01-30\ 08:00:00 client=mx5-fd > restoreclient=finlay-fd where=/mnt/externo/bacula/bacula/archives/restore/mx5 > done select yes" | /u

Re: [Bacula-users] Automatic restore script issues

2017-03-10 Thread Wanderlei Huttel
Post a print screen with the error. Best regards *Wanderlei Hüttel* http://www.huttel.com.br 2017-03-10 16:00 GMT-03:00 Reinier Carmona Lizana : > The same thing, it keep kicking me. > > 2017-03-10 13:56 GMT-05:00 Wanderlei Huttel : > >> Sorry >> >> You need to write quotations with escape: >>

[Bacula-users] Automatic restore script issues

2017-03-10 Thread Reinier Carmona Lizana
Hello, I am trying to do an automatic restore script, but I am having this issues: # vim restore bin/echo "restore select all before=2017-01-30\ 08:00:00 client=mx5-fd restoreclient=finlay-fd where=/mnt/externo/bacula/bacula/archives/restore/mx5 done select yes" | /usr/bin/bconsole when i call