bacula

1. bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 18:04h

estou com um problema no meu bacula segue o bacula-dir.conf


Director { # define myself
Name = ubuntu-dir
DIRport = 9101 # where we listen for UA connections
QueryFile = "/etc/bacula/query.sql"
WorkingDirectory = "/var/bacula/working"
PidDirectory = "/var/run"
Maximum Concurrent Jobs = 2
Password = "w3d2011@shr" # Console password
Messages = Mensagens
}

Catalog {

Name = MyCatalog
dbname = bacula; user = root; password = "4050pedro"
}

Client {
Name = Linux_Client_ubuntu
Address = 10.0.0.103
FDPort = 9102
Catalog = MyCatalog
Password = "w3d2011@shr"
File Retention = 30 days
Job Retention = 30 days
AutoPrune = yes
}

###### POOL Linux ######

Pool {
Name = Default
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 1d # one year
}


Pool {
Name = SegundaPoolubuntu
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6d # o volume poderáer utilizado novamente
Maximum Volume Jobs = 10
Maximum Volumes = 10
Label Format = "Segunda_Linux_ubuntu"
}

Pool {
Name = TercaPoolubuntu
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6d # o volume poderáer utilizado novamente
Maximum Volume Jobs = 10
Maximum Volumes = 10
Label Format = "Terca_Linux_ubuntu"
}

Pool {
Name = QuartaPoolubuntu
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6d # o volume poderáer utilizado novamente
Maximum Volume Jobs = 10
Maximum Volumes = 10
Label Format = "Quarta_Linux_ubuntu"
}

Pool {
Name = QuintaPoolubuntu
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6d # o volume poderáer utilizado novamente
Maximum Volume Jobs = 10
Maximum Volumes = 10
Label Format = "Quinta_Linux_ubuntu"
}


Pool {
Name = SextaPoolubuntu
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6d # o volume poderáer utilizado novamente
Maximum Volume Jobs = 10
Maximum Volumes = 10
Label Format = "Sexta_Linux_ubuntu"
}

############### Fim do POOL ##################


Schedule {
Name = "Diario_Correio"
Run = Level=Full Pool=SegundaPoolubuntu Monday at 10:00pm
Run = Level=Full Pool=TercaPoolubuntu Tuesday at 10:00pm
Run = Level=Full Pool=QuartaPoolubuntu Wednesday at 10:00pm
Run = Level=Full Pool=QuintaPoolubuntu Thursday at 10:00pm
Run = Level=Full Pool=SextaPoolubuntu Friday at 10:00pm
}

FileSet {
Name = "Linux_File_ubuntu"
Include {
Options {
signature = MD5
IgnoreCase = yes
wildfile = "*.tmp"
Exclude = yes
}
File = /etc/bacula
}
}

Storage {
Name = FileStorage
Device = FileStorage
Address = 10.0.0.103
SDPort = 9103
Password = "w3d2011@shr"
Media Type = File
}

Job {
Name = Linux_ubuntu
Enabled = Yes
Level = Incremental
Type = Backup
Client = Linux_Client_ubuntu
FileSet = Linux_File_ubuntu
Storage = FileStorage
Schedule = "Diario_Correio"
Pool = Default
Messages = Mensagens
Priority = 10
Write Bootstrap = "/var/bacula/working/Linux_ubuntu.bsr"
}


Job {
Name = Restore_Linux_ubuntu
Type = Restore
Client = Linux_Client_ubuntu
FileSet = Linux_File_ubuntu
Storage = FileStorage
Messages = Mensagens
Pool = Default
Where = /tmp/bacula-restores
}

Messages {
Name = Mensagens
# Envia todas as mensagens geradas pelo Bacula para o arquivo
#/var/log/bacula.log
syslog = all, !skipped, !saved
}

segue o meu erro:


Enter a period to cancel a command.
*run
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
A job name must be specified.
The defined Job resources are:
1: Linux_ubuntu
2: Restore_Linux_ubuntu
Select Job resource (1-2): 1
Run Backup job
JobName: Linux_ubuntu
Level: Incremental
Client: Linux_Client_ubuntu
FileSet: Linux_File_ubuntu
Pool: Default (From Job resource)
Storage: FileStorage (From Job resource)
When: 2011-12-26 12:02:05
Priority: 10
OK to run? (yes/mod/no): yes
Job queued. JobId=5
*

nao sai disso, estou esquecendo de algo ou tem algo errado?

ajuda ae galera!


  


2. Re: bacula

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 26/12/2011 - 18:13h

qual seria o erro ?


3. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 18:21h

o backup nao esta fazendo aparece Job queued. JobId=9

ou seja ele fica na fila mais nunca executa e na pasta /mnt/bkp/bacula esta vazia, la era pra ficar o backup.



4. Re: bacula

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 26/12/2011 - 18:26h

você usou o comando label no bconsole ?


5. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 18:31h

nao

como faço isso?

primeira vez me virando com o bacula nao sei muito ainda..

pode me ajudar


6. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 18:54h

Storage { # definition of myself
Name = FileStorage
SDPort = 9103 # Director's port
WorkingDirectory = "/var/bacula/working"
Pid Directory = "/var/run"
Maximum Concurrent Jobs = 20
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
Name = ubuntu-dir
Password = "w3d2011@shr"
}


Device {
Name = FileStorage
Media Type = File
Archive Device = /mnt/bkp/bacula
LabelMedia = yes; # lets Bacula label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
}


Messages {
Name = Standard
director = ubuntu-dir = all
}

esta ai meu bacula-sd.conf


7. Re: bacula

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 26/12/2011 - 18:56h

no bconsole
digite label
e irá solicidar um nome
e digite um nome para o volume
e testa
você criou o diretorio ?


8. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 19:01h

ok fiz isso e dei o nome teste

agora tem um arquivo dentro do diretorio /mnt/bkp/bacula chamdo teste

nele contem um monte de informações

mas quando vou tentar fazer
#run
#1
#yes

o backup continua na fila!


9. Re: bacula

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 26/12/2011 - 19:06h

você cancelou os outros ?
use o comando
*cancel
até limpar todos e roda denovo



10. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 19:13h

então estou dando cancel

e a seguinte mensagem aparece


*cancel
No Jobs running.
*

mas quando dou
#run
#1
#yes

OK to run? (yes/mod/no): yes
Job queued. JobId=11




11. Re: bacula

Daniel Lara Souza
danniel-lara

(usa Fedora)

Enviado em 26/12/2011 - 19:17h

digita o comando
*messages
e ve o que há


12. Re: bacula

guilherme gustavo ribeiro de godoi
GustavinhoO

(usa Debian)

Enviado em 26/12/2011 - 19:21h

olha parecee que rolou algum backup


*status
Status available for:
1: Director
2: Storage
3: Client
4: All
Select daemon type for status (1-4): 2
Automatically selected Storage: FileStorage
Connecting to Storage daemon FileStorage at 127.0.0.1:9103

FileStorage Version: 5.2.3 (16 December 2011) i686-pc-linux-gnu ubuntu 11.10
Daemon started 26-Dec-11 12:17. Jobs: run=3, running=0.
Heap: heap=356,352 smbytes=92,554 max_bytes=225,998 bufs=79 max_bufs=106
Sizes: boffset_t=8 size_t=4 int32_t=4 int64_t=8 mode=0,0

Running Jobs:
No Jobs running.
====

Jobs waiting to reserve a drive:
====

Terminated Jobs:
JobId Level Files Bytes Status Finished Name
===================================================================
1 Full 0 0 Cancel 26-Dec-11 11:37 Linux_ubuntu
2 Full 0 0 Cancel 26-Dec-11 11:39 Linux_ubuntu
3 Full 0 0 Cancel 26-Dec-11 12:05 Linux_ubuntu
6 Full 0 0 Cancel 26-Dec-11 12:09 Linux_ubuntu
7 Full 0 0 Cancel 26-Dec-11 12:17 Linux_ubuntu
8 Full 0 0 Cancel 26-Dec-11 12:17 Linux_ubuntu
9 Full 34 101.0 K OK 26-Dec-11 12:57 Linux_ubuntu
10 Incr 2 5.457 K OK 26-Dec-11 12:57 Linux_ubuntu
11 Incr 0 0 OK 26-Dec-11 13:09 Linux_ubuntu
====

Device status:
Device "FileStorage" (/mnt/bkp/bacula) is not open.
====

Used Volume status:
====

====

*

porem tem erro no storage, estou certo ou errado.

esse meu script pelo oq entendi era pra gravar um backup de /etc/bacula dentro do /mnt/bkp/bacula

mais la nesta pasta tem somente a label que criei chamada teste.

ou seja se tiver feito mesmo o backup onde ele foi parar.





01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts