Re: [Bacula-users] question about bacula job speed

2019-05-14 Thread ce
for the bacula backups on the old bacula server ( for backups of a windows
client ), I never noticed that long bacula jobs for incremental and
differential ones.

on the new bacula server for the backups of one of the folder:

Elapsed timeLevelBytesFilesSpeed

13:45:29   Differential 2.17 MB 42 45.92 B/s 0.35

on the new bacula server for the backups of another folder on the same
client:
Elapsed timeLevelBytesFilesSpeed

03:00:03 Differential 932.23 MB 1.648 88.36 KB/s

how can I find out why there is such a difference? the second folder backup
has even more files for backup as you see above but it took less.
NOTE:

for the first folder: 22 G out of 500 G  free space
for the second folder 400 G out of 700 free space?
not sure if having more free space for the client folders, will affect the
speed of backup?

any help will be appreciated!

On Mon, May 13, 2019 at 12:58 PM Christian Lehmann 
wrote:

> Hi and welcome!
>
>
>
> Most of the time, the limiting factor for an incremental backup is the
> analysis of all files by the file daemon on the client.
>
> So, only some small changes/files need to be backed-up, but bacula can
> only know this by analyse one file after another.
>
> So it can well be that an incremental backup can need as much time as a
> full backup, presumed, the transfer rate for your backup device and/or to
> your server is not the limiting factor.
>
>
>
> However, which the information you provided, it is difficult to give you a
> black “Yes or No”-answer.
>
>
>
> Best,
>
>
>
> Christian
>
>
>
> *Von:* ce 
> *Gesendet:* Montag, 13. Mai 2019 20:30
> *An:* bacula-users@lists.sourceforge.net
> *Betreff:* [Bacula-users] question about bacula job speed
>
>
>
> Hi everyone,
>
> Is that normal that incremental bacula job ( just to backup  a few
> megabytes) takes 9 or 10 hours? assuming there is no performance or any
> issue on the servers and clients, only encryption algorithm has changed
> recently!
>
>
>
>
>
> Thanks,
>
>
>
>
>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to start over again with tapes, catalog, slots, volumes?

2019-05-14 Thread Martin Simmons
> On Mon, 13 May 2019 15:54:48 -0500 (CDT), Robert Minvielle said:
> 
> I have a bacula system 7.0, and a set of new tapes. I try to label the tapes 
> one
> at a time, which seems to work. I called them Vol00-01, Vol00-02, etc. They 
> then
> come back in the catalog as Vol01-01, Vol01-02, etc. I think they do this as
> I had the Auto label set to one, and they got labeled. 
> 
> Now when I do list media, I see nothing.

I don't understand how list media can show nothing at this point, unless you
did something to the catalog to remove them again.

Let's hope that doesn't happen again :-)


>  I can not get it to recognize any
> of my blank tapes. I would like to try to sort of blow away my database
> or its current memory of what I have and start over. Does anyone know
> a good short FAQ on how to:
> 
> Delete the current catalog, media, pools

To remove everything:

Stop all bacula daemons and run the drop_bacula_database script to completely
delete the catalog.  Remove any labels from tapes by running

mt -f /dev/nst0 rewind
mt -f /dev/nst0 weof

for each tape.

Then recreate the bacula database and tables like you did initially.


> Relabel all of my current tapes (they are new and blank, but I think they 
> have a label)
> Add them to a pool
> Get them to show up as media

The label command should do this.

__Martin


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