[Bacula-users] Retrying full backups

2018-11-09 Thread Andrea Venturoli

Hello.

Perhaps I'm missing something obvious, but I have several schedules like 
the following:


Schedule {
  Name="MySchedule"
  Run=Full 1st sun at 22:00
  Run=Differential 2nd-5th sun at 22:00
  Run=Incremental mon-sat at 22:00
}



If for some reason the Full backup fails on the 1st Sunday of the month, 
all the other backups will work as specified, i.e. on Monday I'll get an 
Incremental, so on Tuesday, etc...
IOW, without manual intervention, the Full backup for that month will be 
skipped completely.


Instead, since I really want a full backup each month, I'd like Bacula 
to move the Full backup to the next day.
Is there any way I can specify a full backup should be tried again until 
it succeeds?


Same goes for the differential.


 bye & Thanks
av.


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Retrying full backups

2018-11-09 Thread Radosław Korzeniewski
Hello,

pt., 9 lis 2018 o 09:50 Andrea Venturoli  napisał(a):

> Hello.
>
> Perhaps I'm missing something obvious, but I have several schedules like
> the following:
>
> Schedule {
>Name="MySchedule"
>Run=Full 1st sun at 22:00
>Run=Differential 2nd-5th sun at 22:00
>Run=Incremental mon-sat at 22:00
> }
>
>
>
> If for some reason the Full backup fails on the 1st Sunday of the month,
> all the other backups will work as specified, i.e. on Monday I'll get an
> Incremental, so on Tuesday, etc...
> IOW, without manual intervention, the Full backup for that month will be
> skipped completely.
>
> Instead, since I really want a full backup each month, I'd like Bacula
> to move the Full backup to the next day.
> Is there any way I can specify a full backup should be tried again until
> it succeeds?
>

Max Full Interval


>
> Same goes for the differential.
>
>
Max Diff Interval

R.
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-09 Thread Maciolek, Mark
Hi,

Followed the upgrade instructions.

Neither main page or test page work

Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)

drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected

Not sure what to try next.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco 
Sent: Thursday, November 8, 2018 1:21 AM
To: bacula-users 
Subject: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Dear all,

I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
This version Include 3 new features and 7 bug fixes

The release notes is available here

https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/

As this version introduce important changes, please read carefully the 
documentation
http://docs.bacula-web.org/

You found a bug, need a new feature ? Please use de bug tracker.
http://bugs.bacula-web.org

As usual, any question or feedback are more than welcome

Thanks for supporting and using Bacula-Web :)

Best regards

Davide
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-09 Thread Marcio Vogel Merlone dos Santos

Em 08/11/2018 04:21, Davide Franco escreveu:

The release notes is available here
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/



Link points to 
https://www.bacula-web.org/news-reader/bacula-web-8-0-0.html , which is 404.


--
*Marcio Merlone*
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-09 Thread Davide Franco
Hello Marcio,

Thanks for your feedback.

Correct link to Bacula-Web 8.1.0 release notes
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/

Best regards

Davide

On Fri, Nov 9, 2018 at 5:40 PM Marcio Vogel Merlone dos Santos <
marcio.merl...@a1.ind.br> wrote:

> Em 08/11/2018 04:21, Davide Franco escreveu:
>
> The release notes is available here
> https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/
> 
>
> Link points to
> https://www.bacula-web.org/news-reader/bacula-web-8-0-0.html , which is
> 404.
> --
> *Marcio Merlone*
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-09 Thread Davide Franco
Hello Maciolek,

Can you run the console command below and provide me the output please ?

Debian / Ubuntu
$ sudo -u www-data php bwc check

RedHat / Centos / Fedora
$ sudo -u apache2 php bwc check

Thanks for your feedback

Davide

On Fri, Nov 9, 2018 at 3:04 PM Maciolek, Mark  wrote:

> Hi,
>
>
>
> Followed the upgrade instructions.
>
>
>
> Neither main page or test page work
>
>
>
> *Problem: *Bad ownership / permissions for protected assets folder
> (application/assets/protected)
>
>
>
> drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected
>
>
>
> Not sure what to try next.
>
>
>
> Mark
>
>
>
> --Mark Maciolek
>
> Network Administrator
>
> Morse Hall Rm 338
>
> http://www.unh.edu/research/support-units/research-computing-center
>
>
>
> *From:* Davide Franco 
> *Sent:* Thursday, November 8, 2018 1:21 AM
> *To:* bacula-users 
> *Subject:* [Bacula-users] Bacula-Web 8.1.0 release
>
>
>
> *Caution - External Email*
> --
>
> Dear all,
>
> I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
>
> This version Include 3 new features and 7 bug fixes
>
>
>
> The release notes is available here
>
>
> 
>
> *https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/
> *
>
>
>
> As this version introduce important changes, please read carefully the
> documentation
>
> http://docs.bacula-web.org/
> 
>
> You found a bug, need a new feature ? Please use de bug tracker.
>
> http://bugs.bacula-web.org
> 
>
> As usual, any question or feedback are more than welcome
>
> Thanks for supporting and using Bacula-Web :)
>
> Best regards
>
>
> Davide
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users