Re: [bareos-users] restore is not restoring files

2020-02-10 Thread Andreas Rogge
Hi,

just to find out whether this is an issue with the webui or the core:
could you run that restore in bconsole and see if it works?

Thank you!

Best Regards,
Andreas

Am 10.02.20 um 22:38 schrieb aeronex...@gmail.com:
> Additional information on my issue of not restoring the file.
> 
> Looked at apache2 error.log file and found
> 
> [Mon Feb 10 16:11:38.842648 2020] [php7:notice] [pid 16230] [client
> 192.168.1.174:44696] PHP Notice:  Undefined index: type in
> /usr/share/bareos-webui/module/Restore/src/Restore/Form/RestoreForm.php
> on line 91, referer:
> https://linux-server/bareos-webui/restore/?jobid=7232=BEE-XPS15-fd=0=0=2000
> 
> Line 91 has
> 
> 89     // Client
> 90  if(isset($restore_params['client'])) {
> 91     if($restore_params['type'] == "client") {
> 
> also 192.168.1.174 is the ip of my windows client when my computer is
> booted to windows. the windows client has no bareos client definiton and
> my laptop is booted to Ubuntu which is BEE-XPS15-fd at 192.168.1.151. So
> I have no idea why apache is showing the 192.168.1.174 in the apache2
> error log when doing something with bareos.
> 
> looks like the client is having some sort of problem.
> 
> On 2/10/20 11:38 AM, aeronex...@gmail.com wrote:
>>
>> I am on Bareos 19.2.5 running on Ubuntu 18.04
>>
>> I cannot restore a file. Have tried to restore different files no success.
>>
>> what I have tried.
>> On the restore tab I selected the backup client I wished to restore a
>> file from.
>> I selected the latest incremental backup. (I also tried earlier
>> incremental and the latest full backup)
>> I left the "merge all client filesets", "Merge all related jobs to
>> last full backup of selected backup job" both as Yes
>> Restore to client was to the same client as the backup was made on
>> Restore Job options is greyed out.
>> Replace files on client is set to never
>> Restore location on client is set to /tmp/bareos-restores/
>> (note in previous versions I have done this restore but in this
>> versions it fails to restore the file)
>> with the restore multiple files tab selected, I select the file I wish
>> to restore, I get a window that says
>> A restore job with the parameters given below will be scheduled.
>> *Client:*BEE-XPS15-fd
>> *Restore to client:* BEE-XPS15-fd
>> *Replace files on client:*   never
>> *Restore location on client:*/tmp/bareos-restores/
>> *Directories selected:*  0
>> *Files selected:*1
>>
>>
>> but looking at the dash, no run is created. No file is created in the
>> /tmp directory
>>
>> on the restore specific file version
>> the system does not show there are multiple  in the right hand window
>> box when the file is selected and shows selected in the selected box.
>> I get a no file to restore response.
>>
>> I have found other files that do show options to select different
>> versions of the file.
>> as a test I selected one of those but again, it failed to create a run
>> when restore was selected even though the restore page looked like it
>> should have created a run.
>>
>> I also tried to use bconsole to restore the file by selecting a
>> specific incremental backup and the file, but bconsole failed to
>> restore the file as well.
>> I selected a different client to restore a file, It also failed to
>> create a run.
>>
>> checked the bareos.log file but nothing show in there since my last
>> backup.
>>
>> any ideas what might be wrong in my system?
>>
>> PS - on my upgrade to 19.2.5 from previous (i think it was
>> 18.something), the upgrade failed at the point where it asked me if I
>> wanted the new configuration or keep my old configuration. I decided
>> to look at the difference but did not figure the correct way out of
>> the window I was in (ok I should probably have hit Q). So I terminated
>> the window. At any rate, Bareos then told me there was a problem with
>> the database and I discovered that in the Bareos scripts directory
>> there was a file update_bareos_tables file with a date of the Ubuntu
>> update I was doing. I executed that file (as user bareos) and things
>> seemed to be working but I suspect that there is something missing in
>> the update that is causing my restore problems.
>>
>> thanks for any help.
>>
>>
> -- 
> You received this message because you are subscribed to the Google
> Groups "bareos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bareos-users+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bareos-users/9a8b0730-4f2a-25db-5eea-fbb09dd0dc23%40gmail.com
> .

-- 
  Andreas Rogge andreas.ro...@bareos.com
  Bareos GmbH & Co. KG  Phone: +49 221-630693-86
  http://www.bareos.com

  Sitz der 

Re: [bareos-users] restore is not restoring files

2020-02-10 Thread aeronex...@gmail.com

Additional information on my issue of not restoring the file.

Looked at apache2 error.log file and found

[Mon Feb 10 16:11:38.842648 2020] [php7:notice] [pid 16230] [client 
192.168.1.174:44696] PHP Notice:  Undefined index: type in 
/usr/share/bareos-webui/module/Restore/src/Restore/Form/RestoreForm.php 
on line 91, referer: 
https://linux-server/bareos-webui/restore/?jobid=7232=BEE-XPS15-fd=0=0=2000


Line 91 has

89     // Client
90  if(isset($restore_params['client'])) {
91     if($restore_params['type'] == "client") {

also 192.168.1.174 is the ip of my windows client when my computer is 
booted to windows. the windows client has no bareos client definiton and 
my laptop is booted to Ubuntu which is BEE-XPS15-fd at 192.168.1.151. So 
I have no idea why apache is showing the 192.168.1.174 in the apache2 
error log when doing something with bareos.


looks like the client is having some sort of problem.

On 2/10/20 11:38 AM, aeronex...@gmail.com wrote:


I am on Bareos 19.2.5 running on Ubuntu 18.04

I cannot restore a file. Have tried to restore different files no success.

what I have tried.
On the restore tab I selected the backup client I wished to restore a 
file from.
I selected the latest incremental backup. (I also tried earlier 
incremental and the latest full backup)
I left the "merge all client filesets", "Merge all related jobs to 
last full backup of selected backup job" both as Yes

Restore to client was to the same client as the backup was made on
Restore Job options is greyed out.
Replace files on client is set to never
Restore location on client is set to /tmp/bareos-restores/
(note in previous versions I have done this restore but in this 
versions it fails to restore the file)
with the restore multiple files tab selected, I select the file I wish 
to restore, I get a window that says

A restore job with the parameters given below will be scheduled.
*Client:*   BEE-XPS15-fd
*Restore to client:*BEE-XPS15-fd
*Replace files on client:*  never
*Restore location on client:*   /tmp/bareos-restores/
*Directories selected:* 0
*Files selected:*   1


but looking at the dash, no run is created. No file is created in the 
/tmp directory


on the restore specific file version
the system does not show there are multiple  in the right hand window 
box when the file is selected and shows selected in the selected box. 
I get a no file to restore response.


I have found other files that do show options to select different 
versions of the file.
as a test I selected one of those but again, it failed to create a run 
when restore was selected even though the restore page looked like it 
should have created a run.


I also tried to use bconsole to restore the file by selecting a 
specific incremental backup and the file, but bconsole failed to 
restore the file as well.
I selected a different client to restore a file, It also failed to 
create a run.


checked the bareos.log file but nothing show in there since my last 
backup.


any ideas what might be wrong in my system?

PS - on my upgrade to 19.2.5 from previous (i think it was 
18.something), the upgrade failed at the point where it asked me if I 
wanted the new configuration or keep my old configuration. I decided 
to look at the difference but did not figure the correct way out of 
the window I was in (ok I should probably have hit Q). So I terminated 
the window. At any rate, Bareos then told me there was a problem with 
the database and I discovered that in the Bareos scripts directory 
there was a file update_bareos_tables file with a date of the Ubuntu 
update I was doing. I executed that file (as user bareos) and things 
seemed to be working but I suspect that there is something missing in 
the update that is causing my restore problems.


thanks for any help.




--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/9a8b0730-4f2a-25db-5eea-fbb09dd0dc23%40gmail.com.


[bareos-users] Automatically deleting job records from volumes purged by "Recycle Oldest Volume"

2020-02-10 Thread Vladislav Solovei
Is it possible to automatically delete job records (that seen in files 
restore dialog) when volume is purged by "Recucle Oldest Volume"?

Now, in the jobs list, I have some tasks that no longer have files 
associated with them.

I would like them to be deleted automatically.


-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/33dd23a9-916c-44bb-814c-08b26996efa5%40googlegroups.com.


[bareos-users] Re: No files for jobs in restore WebUI after upgrate 18.2.5 -> 19.2.5

2020-02-10 Thread Vladislav Solovei
It looks like the job list has been sorted in reverse order :) Can this be 
fixed somehow?

воскресенье, 9 февраля 2020 г., 13:26:53 UTC+2 пользователь Vladislav 
Solovei написал:
>
> I've upgraded bareos 18.2.5 -> 19.2.5
> PostgreSQL.
>
> /usr/lib/bareos/scripts/update_bareos_tables
>
> DB migrated to version 2192
>
> *.bvfs_clear_cache yes* done without errors.
>
>
> After .bvfs_update, some error messages appears in the logfile:
>
> 09-Feb 13:08 bareos-dir JobId 0: Fatal error: cats/bvfs.cc:244 cats/bvfs.
> cc:244 query INSERT INTO PathVisibility (PathId, JobId) SELECT DISTINCT 
> PathId, JobId FROM (SELECT PathId, JobId FROM File WHERE JobId = 13066 
> UNION SELECT PathId, BaseFiles.JobId FROM BaseFiles JOIN File AS F USING (
> FileId) WHERE BaseFiles.JobId = 13066) AS B failed:   ERROR: 
>  duplicate key value violates unique constraint "pathvisibility_pkey" 
>
>
> Restore dialog in WebUI shows all jobs for clients, but files list is 
> empty for all of them :(
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/12c0df73-676f-4066-b1c9-578e343739b7%40googlegroups.com.


Re: [bareos-users] restore is not restoring files

2020-02-10 Thread aeronex...@gmail.com

I am on Bareos 19.2.5 running on Ubuntu 18.04

I cannot restore a file. Have tried to restore different files no success.

what I have tried.
On the restore tab I selected the backup client I wished to restore a 
file from.
I selected the latest incremental backup. (I also tried earlier 
incremental and the latest full backup)
I left the "merge all client filesets", "Merge all related jobs to last 
full backup of selected backup job" both as Yes

Restore to client was to the same client as the backup was made on
Restore Job options is greyed out.
Replace files on client is set to never
Restore location on client is set to /tmp/bareos-restores/
(note in previous versions I have done this restore but in this versions 
it fails to restore the file)
with the restore multiple files tab selected, I select the file I wish 
to restore, I get a window that says

A restore job with the parameters given below will be scheduled.
*Client:*   BEE-XPS15-fd
*Restore to client:*BEE-XPS15-fd
*Replace files on client:*  never
*Restore location on client:*   /tmp/bareos-restores/
*Directories selected:* 0
*Files selected:*   1


but looking at the dash, no run is created. No file is created in the 
/tmp directory


on the restore specific file version
the system does not show there are multiple  in the right hand window 
box when the file is selected and shows selected in the selected box. I 
get a no file to restore response.


I have found other files that do show options to select different 
versions of the file.
as a test I selected one of those but again, it failed to create a run 
when restore was selected even though the restore page looked like it 
should have created a run.


I also tried to use bconsole to restore the file by selecting a specific 
incremental backup and the file, but bconsole failed to restore the file 
as well.
I selected a different client to restore a file, It also failed to 
create a run.


checked the bareos.log file but nothing show in there since my last backup.

any ideas what might be wrong in my system?

PS - on my upgrade to 19.2.5 from previous (i think it was 
18.something), the upgrade failed at the point where it asked me if I 
wanted the new configuration or keep my old configuration. I decided to 
look at the difference but did not figure the correct way out of the 
window I was in (ok I should probably have hit Q). So I terminated the 
window. At any rate, Bareos then told me there was a problem with the 
database and I discovered that in the Bareos scripts directory there was 
a file update_bareos_tables file with a date of the Ubuntu update I was 
doing. I executed that file (as user bareos) and things seemed to be 
working but I suspect that there is something missing in the update that 
is causing my restore problems.


thanks for any help.


--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/9fc7f9de-e510-422e-ee83-cb6360b1bd03%40gmail.com.


Aw: Re: [bareos-users] A lot of messages since 19.2.5

2020-02-10 Thread Carsten Pache
So the "!" placed before the message type does suppress messages of this type?

 

When I divided my old configuration files I took the sample files as examples. The message resource samples contained "!audit", so I took these over and rebooted when I finished adapting the configuration files. As I recall, I got the messages only after the restart. So I removed "!audit" and rebooted again, just to keep getting these messages. I put "!audit" back in, and now I seems to work as intended. Strange...

 

Thanks, Frank!

 

Best regards,

Carsten

 
 

Gesendet: Montag, 10. Februar 2020 um 16:08 Uhr
Von: "Frank Bergkemper" 
An: bareos-users@googlegroups.com
Betreff: Re: [bareos-users] A lot of messages since 19.2.5

Am 10.02.20 um 15:55 schrieb Carsten Pache:
> Hi folks,
>  
> as the hdd of my Bareos server died, I had to reinstall Bareos. So I
> installed Ubuntu Server 18.04.4 LTS and Bareos 19.2.5. Also, I took the
> opportunity and divided my old configuration files to the newer
> subdirectory structure.
>  
> Now I get a lot of messages like these (in root's mailbox as well as in
> "messages" in bconsole):
>  
> Return-Path: 
> X-Original-To: root@localhost
> Delivered-To: root@localhost
> Received: from dasi (localhost [127.0.0.1])
>         by dasi.home.lan (Postfix) with SMTP id 2AB6CD0133A
>         for ; Mon, 10 Feb 2020 15:26:38 +0100 (CET)
> From: (Bareos) 
> Subject: Bareos daemon message
> Sender: bareos@dasi
> To: root@localhost
> Date: Mon, 10 Feb 2020 15:26:38 +0100 (CET)
> Message-Id: <20200210142638.2ab6cd01...@dasi.home.lan>
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=F days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=S days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=s days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=m days=1 jobname="" limit=1000 offset=0
>  
> or:
>  
> Return-Path: 
> X-Original-To: root@localhost
> Delivered-To: root@localhost
> Received: from dasi (localhost [127.0.0.1])
>         by dasi.home.lan (Postfix) with SMTP id 389BAD0133A
>         for ; Mon, 10 Feb 2020 15:27:36 +0100 (CET)
> From: (Bareos) 
> Subject: Bareos daemon message
> Sender: bareos@dasi
> To: root@localhost
> Date: Mon, 10 Feb 2020 15:27:36 +0100 (CET)
> Message-Id: <20200210142736.389bad01...@dasi.home.lan>
> 10-Feb 15:27 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs last current enabled
>  
>  
> The message resource is configured as follows:
>  
> Messages {
>   Name = Daemon
>   Description = "Message delivery for daemon messages (no job)."
>   mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bareos\)
> \\" -s \"Bareos daemon message\" %r"
>   mail = root@localhost = all, !skipped
>   console = all, !skipped
>   append = "/var/log/bareos/bareos.log" = all, !skipped
>   append = "/var/log/bareos/bareos-audit.log" = audit
> }
>  
>  
> How do I stop Bareos from flooding me with mails?
>  
> Regards,
> Carsten
>
> --
> You received this message because you are subscribed to the Google
> Groups "bareos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bareos-users+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bareos-users/trinity-5200fc44-d10b-487d-a099-680f462a1f27-1581346549072%403c-app-webde-bs57
> .


You may want to exclude the message type audit from e.g. console and mail.

Like ...

Messages {
[...]
mail = root@localhost = all, !skipped, !audit
console = all, !skipped, !audit
[...]
}


See: https://docs.bareos.org/Configuration/Messages.html#message-types


Best Regards,
Frank

--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/48eb8348-8409-8985-39e2-43dce6231b56%40bareos.com.






-- 
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/trinity-52ba3ab3-9dca-4ff7-822c-cfe74542a074-1581349001832%403c-app-webde-bs57.


Re: [bareos-users] A lot of messages since 19.2.5

2020-02-10 Thread Frank Bergkemper
Am 10.02.20 um 15:55 schrieb Carsten Pache:
> Hi folks,
>  
> as the hdd of my Bareos server died, I had to reinstall Bareos. So I
> installed Ubuntu Server 18.04.4 LTS and Bareos 19.2.5. Also, I took the
> opportunity and divided my old configuration files to the newer
> subdirectory structure.
>  
> Now I get a lot of messages like these (in root's mailbox as well as in
> "messages" in bconsole):
>  
> Return-Path: 
> X-Original-To: root@localhost
> Delivered-To: root@localhost
> Received: from dasi (localhost [127.0.0.1])
>         by dasi.home.lan (Postfix) with SMTP id 2AB6CD0133A
>         for ; Mon, 10 Feb 2020 15:26:38 +0100 (CET)
> From: (Bareos) 
> Subject: Bareos daemon message
> Sender: bareos@dasi
> To: root@localhost
> Date: Mon, 10 Feb 2020 15:26:38 +0100 (CET)
> Message-Id: <20200210142638.2ab6cd01...@dasi.home.lan>
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=F days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=S days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=s days=1 jobname="" limit=1000 offset=0
> 10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs jobstatus=m days=1 jobname="" limit=1000 offset=0
>  
> or:
>  
> Return-Path: 
> X-Original-To: root@localhost
> Delivered-To: root@localhost
> Received: from dasi (localhost [127.0.0.1])
>         by dasi.home.lan (Postfix) with SMTP id 389BAD0133A
>         for ; Mon, 10 Feb 2020 15:27:36 +0100 (CET)
> From: (Bareos) 
> Subject: Bareos daemon message
> Sender: bareos@dasi
> To: root@localhost
> Date: Mon, 10 Feb 2020 15:27:36 +0100 (CET)
> Message-Id: <20200210142736.389bad01...@dasi.home.lan>
> 10-Feb 15:27 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist
> jobs last current enabled
>  
>  
> The message resource is configured as follows:
>  
> Messages {
>   Name = Daemon
>   Description = "Message delivery for daemon messages (no job)."
>   mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bareos\)
> \\" -s \"Bareos daemon message\" %r"
>   mail = root@localhost = all, !skipped
>   console = all, !skipped
>   append = "/var/log/bareos/bareos.log" = all, !skipped
>   append = "/var/log/bareos/bareos-audit.log" = audit
> }
>  
>  
> How do I stop Bareos from flooding me with mails?
>  
> Regards,
> Carsten
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bareos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bareos-users+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bareos-users/trinity-5200fc44-d10b-487d-a099-680f462a1f27-1581346549072%403c-app-webde-bs57
> .


You may want to exclude the message type audit from e.g. console and mail.

Like ...

Messages {
   [...]
   mail = root@localhost = all, !skipped, !audit
   console = all, !skipped, !audit
   [...]
}


See: https://docs.bareos.org/Configuration/Messages.html#message-types


Best Regards,
Frank

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/48eb8348-8409-8985-39e2-43dce6231b56%40bareos.com.


[bareos-users] A lot of messages since 19.2.5

2020-02-10 Thread Carsten Pache
Hi folks,

 

as the hdd of my Bareos server died, I had to reinstall Bareos. So I installed Ubuntu Server 18.04.4 LTS and Bareos 19.2.5. Also, I took the opportunity and divided my old configuration files to the newer subdirectory structure.

 

Now I get a lot of messages like these (in root's mailbox as well as in "messages" in bconsole):

 


Return-Path: 
X-Original-To: root@localhost
Delivered-To: root@localhost
Received: from dasi (localhost [127.0.0.1])
        by dasi.home.lan (Postfix) with SMTP id 2AB6CD0133A
        for ; Mon, 10 Feb 2020 15:26:38 +0100 (CET)
From: (Bareos) 
Subject: Bareos daemon message
Sender: bareos@dasi
To: root@localhost
Date: Mon, 10 Feb 2020 15:26:38 +0100 (CET)
Message-Id: <20200210142638.2ab6cd01...@dasi.home.lan>

10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist jobs jobstatus=F days=1 jobname="" limit=1000 offset=0
10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist jobs jobstatus=S days=1 jobname="" limit=1000 offset=0
10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist jobs jobstatus=s days=1 jobname="" limit=1000 offset=0
10-Feb 15:26 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist jobs jobstatus=m days=1 jobname="" limit=1000 offset=0

 

or:

 

Return-Path: 
X-Original-To: root@localhost
Delivered-To: root@localhost
Received: from dasi (localhost [127.0.0.1])
        by dasi.home.lan (Postfix) with SMTP id 389BAD0133A
        for ; Mon, 10 Feb 2020 15:27:36 +0100 (CET)
From: (Bareos) 
Subject: Bareos daemon message
Sender: bareos@dasi
To: root@localhost
Date: Mon, 10 Feb 2020 15:27:36 +0100 (CET)
Message-Id: <20200210142736.389bad01...@dasi.home.lan>

10-Feb 15:27 dasi-dir: Console [admin] from [127.0.0.1] cmdline llist jobs last current enabled
 

 

The message resource is configured as follows:

 

Messages {
  Name = Daemon
  Description = "Message delivery for daemon messages (no job)."
  mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bareos\) \\" -s \"Bareos daemon message\" %r"
  mail = root@localhost = all, !skipped
  console = all, !skipped
  append = "/var/log/bareos/bareos.log" = all, !skipped
  append = "/var/log/bareos/bareos-audit.log" = audit
}

 

 

How do I stop Bareos from flooding me with mails?

 

Regards,

Carsten




-- 
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/trinity-5200fc44-d10b-487d-a099-680f462a1f27-1581346549072%403c-app-webde-bs57.


[bareos-users] Re: bareos free space hard disk after jobs delete

2020-02-10 Thread Andy Bird
there are two parts.. 
delete the actual file eg 
*rm -fr /var/lib/bareos/storage/Full-0390*
then in *bconsole*
*delete volume=**Full-0390*



On Monday, 10 February 2020 10:56:08 UTC, Michael wrote:
>
> Hello, 
>
> I would like to know how to free up space on my hard drive, after deleting 
> a job, space on my hard drive is not released. I have read the offcial 
> guide but I can't free up space by deleting a job.  
>
> thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/f13f49a1-6c93-4279-9cb9-813d96fa7e61%40googlegroups.com.


[bareos-users] bareos free space hard disk after jobs delete

2020-02-10 Thread Michael
Hello, 

I would like to know how to free up space on my hard drive, after deleting 
a job, space on my hard drive is not released. I have read the offcial 
guide but I can't free up space by deleting a job.  

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/7e0f877f-ccc8-425f-87e1-0cb21f0df800%40googlegroups.com.


Re: [bareos-users] All volumes result in block checksum errors after upgrading from 18.2.7 to 19.2.5

2020-02-10 Thread Andreas Rogge
Hello Everybody,

we have identified a critical problem[1] in FreeBSD's SD.
Please do not upgrade a FreeBSD SD to anything before 19.2.6 (which will
include a fix) or a nightly-build until PR #412 (which fixes the
problem) has been merged.

Best Regards,
Andreas

[1] https://bugs.bareos.org/view.php?id=1180
-- 
  Andreas Rogge andreas.ro...@bareos.com
  Bareos GmbH & Co. KG  Phone: +49 221-630693-86
  http://www.bareos.com

  Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
  Komplementär: Bareos Verwaltungs-GmbH
  Geschäftsführer: S. Dühr, M. Außendorf, J. Steffens, Philipp Storz

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/2031f81c-51c0-70cd-894a-1399f1053107%40bareos.com.


signature.asc
Description: OpenPGP digital signature