Re: [Bacula-users] Bacula GUI projects

2024-01-31 Thread Marcin Haba
Hello Alexey, Running php --ini displays php.ini file used by PHP command line interpreter, not by PHP that executes Baculum scripts. In FreeBSD by default PHP is used as Apache module (mod_php). To see what php.ini file is used with Baculum, you can put to /usr/local/www/baculum/htdocs/index.php

Re: [Bacula-users] My backup files aren't being reused and my backups are stuck. Help ?

2024-01-31 Thread Rob Gerber
I totally get it. Gotta test and absolutely don't want to hose up your NAS. It's been interesting reading your emails to see how you're approaching your bacula installation. Something you might not be aware of: Bacula by default preserves information from pruned backups (backups that exceeded the

Re: [Bacula-users] LTO tape performances, again...

2024-01-31 Thread Marco Gaiarin
Mandi! Cejka Rudolf via Bacula-users In chel di` si favelave... > - Spool Data = yes, attribute spooling is automatically enabled too Done. > In device storage section: > - Maximum File Size = 32 GB, for LTO-6 and older you can think about 16 GB i have: Maximum File Size = 50G > - Su

Re: [Bacula-users] Clarification on incremental files...

2024-01-31 Thread Marco Gaiarin
Mandi! Martin Simmons In chel di` si favelave... >> OK. Because data get copied/linked BY .sync dir, option 'i' can be kept, >> because inode does notchange. > Yes. OK, now seems to work. But incremental took a very huge amount of time. Currently i have on job: Accurate = yes and on

[Bacula-users] FileSet for OSX

2024-01-31 Thread Michael Narigon
Hello All, I have an Apple MacPro running Ventura OSX. I have the following FileSet defined for use with Bacula 9.6.7. # -- macpro FileSet { Name = macpro Include { Options { signature = MD5 compression = GZIP } File = / File = /home } Exclude { File = /dev

Re: [Bacula-users] Bacula: Backup OK -- with warnings - what warning?

2024-01-31 Thread Dan Langille
On Tue, Jan 23, 2024, at 12:05 PM, Dan Langille wrote: > On Tue, Jan 23, 2024, at 11:16 AM, Martin Simmons wrote: >>> On Wed, 17 Jan 2024 09:54:23 -0500, Dan Langille said: >>> >>> On Fri, Dec 29, 2023, at 6:26 PM, Martin Simmons wrote: >>> >> On Fri, 29 Dec 2023 12:35:59 -0500, Dan Langil

Re: [Bacula-users] Bacula GUI projects

2024-01-31 Thread Alexey Chistyakov
Error_reporting option doesn't work. Same output. I checked my php.ini file with "php --ini" comand and saw this output: > > *Configuration File (php.ini) Path: /usr/local/etc* > *Loaded Configuration File: /usr/local/etc/php.ini* > *Scan for additional .ini files in: /usr/local/etc/php* >

Re: [Bacula-users] Bacula GUI projects

2024-01-31 Thread Marcin Haba
Hello Alexey, Maybe you are looking in the wrong php.ini file. Sometimes there are few php.ini files that are used depending on how PHP is used. The messages that you showed us on screenshots are E_DEPRECATED type errors, so E_DEPRECATED works for PHP in your environment. For the lines from php.

Re: [Bacula-users] Bacula GUI projects

2024-01-31 Thread Alexey Chistyakov
Hello! I had the following options enabled by default: *; error_reporting* *; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED* Enabling your options didn't change anything in the output. ср, 31 янв. 2024 г. в 04:52, Marcin Haba : > Hello Alexey, > > It looks that you need to tune