|
1 |
| -# Arquivo de configuração do script de backup para Zimbra Opensource Edition |
2 |
| -# Linhas iniciadas com # serao descartadas |
3 |
| -# Os valores devem ser preenchido sem espacos, aspas, ou caracteres especiais |
| 1 | +# Config file for Zimbra Opensource Edition backup script |
| 2 | +# Lines starting with # will be ignored |
| 3 | +# Values must be filled without spaces, quotes or special characters |
4 | 4 |
|
5 |
| -# Usuario com privilegios de execucao do script e leitura e gravacao no diretorio de trabalho |
| 5 | +# User with privileges to run the script and read and write in the working directory |
6 | 6 |
|
7 |
| -# Implementar PORTA=[HTTP|HTTPS|ADMIN|OUTRA] |
| 7 | +# TODO: PORTA=[HTTP|HTTPS|ADMIN|OUTRA] |
8 | 8 |
|
9 | 9 | BACKUPUSER=zimbra
|
10 | 10 |
|
11 |
| -# Diretorio de trabalho onde serao criadas as sessoes temporarias e definitivas contendo conteudo e atributos dos usuarios |
12 |
| -# # Conteudo sensivel. O diretório deve ter acesso restrito ao BACKUPUSER |
| 11 | +# Working directory where temporary and definitive sessions will be created, containing users's content and attributes |
| 12 | +# # Sensitive content. Directory *must* have restricted access to BACKUPUSER |
13 | 13 |
|
14 | 14 | WORKDIR=/opt/zimbra/backup
|
15 | 15 |
|
16 |
| -# Nome ou endereco IP do servidor de caixas-postais |
17 |
| -# Este valor será resgatado pelo atributo zimbraMailHost de cada conta, prevendo caixas-postais em uma implantacao distribuida |
18 |
| -# Configure (set) este parametro apenas se estiver forcando a restauracao em um servidor diferente do original |
| 16 | +# Mailbox Serve Name or IP address |
| 17 | +# This value will be get by zimbraMailHost attribute of each account, providing mailboxes in a distributed deployment |
| 18 | +# Only set this parameter if you are forcing restore on a server other than the original |
19 | 19 | # MAILBOXSERVERNAME=
|
20 | 20 |
|
21 |
| -# Deve ser preenchido com o endereco de e-mail de algum usuario administrador global, possivelmente admin@exemplo.com.br |
22 |
| -# DICA: Caso a conta de administrador seja desconhecida ou inexistente, sera necessario criar uma em linha de comandos no servidor Zimbra |
| 21 | +# Must be filled with User Global Administrator's e-mail, possibly admin@example.com |
| 22 | +# TIP: If Administrator account is unknown or nonexistent, one must be created through Zimbra server's command line |
23 | 23 | # # zmprov ca [email protected] "senha"
|
24 | 24 | # # zmprov ma [email protected] zimbraIsAdminAccount TRUE
|
25 | 25 |
|
26 | 26 | ADMINUSER=admin
|
27 | 27 |
|
28 | 28 | # Deve ser preenchido com a senha do usuario administrador definido em ADMINUSER
|
| 29 | +# Must be filled with the User Global Administrator's password defined in ADMINUSER |
29 | 30 |
|
30 |
| -ADMINPASS=segredo |
| 31 | +ADMINPASS=secret |
31 | 32 |
|
32 |
| -# Dever ser preenchido com a url do LDAP MASTER |
| 33 | +# Must be filled with URL of LDAP MASTER |
33 | 34 |
|
34 | 35 | LDAPMASTERSERVER=ldap://192.168.0.107:389
|
35 | 36 |
|
36 |
| -# Deve ser preenchido com o valor da chave zimbra_ldap_userdn |
37 |
| -# DICA: Para obter esse valor, no servidor Zimbra execute |
| 37 | +# Must be filled with zimbra_ldap_userdn key value |
| 38 | +# TIP: To get this value, execute on Zimbra Server |
38 | 39 | # # zmlocalconfig zimbra_ldap_userdn
|
39 | 40 |
|
40 | 41 | LDAPZIMBRADN=uid=zimbra,cn=admins,cn=zimbra
|
41 | 42 |
|
42 |
| -# Deve ser preenchido com o valor da chave zimbra_ldap_password |
43 |
| -# DICA: Para obter esse valor, no servidor Zimbra execute |
| 43 | +# Must be filled with zimbra_ldap_password key value |
| 44 | +# TIP: To get this value, execute on Zimbra Server |
44 | 45 | # # zmlocalconfig -s zimbra_ldap_password
|
45 | 46 |
|
46 | 47 | LDAPZIMBRAPASS=Hg_lfSEA
|
47 | 48 |
|
48 |
| -# Vai indicar a localização do arquivo de log dos backups e restore |
| 49 | +# Path to backup and restore log file |
49 | 50 |
|
50 | 51 | LOGFILE=/opt/zimbra/log/backup.log
|
51 | 52 |
|
52 |
| -# Suporte ao backup de contas paralelo; |
| 53 | +# Support to parallel accounts backup |
53 | 54 | #PARALLEL_SUPPORT - 0 = Off 1 = On
|
54 | 55 | PARALLEL_SUPPORT=0
|
55 | 56 |
|
56 |
| -# Numero máximo de processos simultâneos - Se PARALLEL_SUPPORT=1 |
| 57 | +# Max simultaneous processes - if PARALLEL_SUPPORT=1 |
57 | 58 | # 2 - 5
|
58 | 59 | MAX_PARALLEL_PROCESS=3
|
0 commit comments