Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

183 líneas
5.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/configuring-playbook-postgres-backup.md:1
  23. msgid "Setting up postgres backup (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-postgres-backup.md:3
  26. msgid ""
  27. "The playbook can install and configure [docker-postgres-backup-"
  28. "local](https://github.com/prodrigestivill/docker-postgres-backup-local) "
  29. "for you via the [ansible-role-postgres-backup](https://github.com/mother-"
  30. "of-all-self-hosting/ansible-role-postgres-backup) Ansible role."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-postgres-backup.md:5
  33. msgid ""
  34. "For a more complete backup solution (one that includes not only Postgres,"
  35. " but also other configuration/data files), you may wish to look into "
  36. "[BorgBackup](configuring-playbook-backup-borg.md) instead."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-postgres-backup.md:7
  39. msgid "Adjusting the playbook configuration"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-postgres-backup.md:9
  42. msgid ""
  43. "To enable Postgres backup, add the following configuration to your "
  44. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-postgres-backup.md:15
  47. msgid ""
  48. "Refer to the table below for additional configuration variables and their"
  49. " default values."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-postgres-backup.md
  52. msgid "Name"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-postgres-backup.md
  55. msgid "Default value"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-postgres-backup.md
  58. msgid "Description"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-postgres-backup.md
  61. msgid "`postgres_backup_enabled`"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-postgres-backup.md
  64. msgid "`false`"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-postgres-backup.md
  67. msgid ""
  68. "Set to true to use [docker-postgres-backup-"
  69. "local](https://github.com/prodrigestivill/docker-postgres-backup-local) "
  70. "to create automatic database backups"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-postgres-backup.md
  73. msgid "`postgres_backup_schedule`"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-postgres-backup.md
  76. msgid "`'@daily'`"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-postgres-backup.md
  79. msgid "Cron-schedule specifying the interval between postgres backups."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-postgres-backup.md
  82. msgid "`postgres_backup_keep_days`"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-postgres-backup.md
  85. msgid "`7`"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-postgres-backup.md
  88. msgid "Number of daily backups to keep"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-postgres-backup.md
  91. msgid "`postgres_backup_keep_weeks`"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-postgres-backup.md
  94. msgid "`4`"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-postgres-backup.md
  97. msgid "Number of weekly backups to keep"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-postgres-backup.md
  100. msgid "`postgres_backup_keep_months`"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-postgres-backup.md
  103. msgid "`12`"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-postgres-backup.md
  106. msgid "Number of monthly backups to keep"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-postgres-backup.md
  109. msgid "`postgres_backup_base_path`"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-postgres-backup.md
  112. msgid "`\"{{ matrix_base_data_path }}/postgres-backup\"`"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-postgres-backup.md
  115. msgid "Base path for postgres-backup. Also see `postgres_backup_data_path`"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-postgres-backup.md
  118. msgid "`postgres_backup_data_path`"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-postgres-backup.md
  121. msgid "`\"{{ postgres_backup_base_path }}/data\"`"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-postgres-backup.md
  124. msgid "Storage path for postgres-backup database backups"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-postgres-backup.md:27
  127. msgid "Installing"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-postgres-backup.md:29
  130. msgid ""
  131. "After configuring the playbook, run it with [playbook tags](playbook-"
  132. "tags.md) as below:"
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-postgres-backup.md:36
  135. msgid ""
  136. "The shortcut commands with the [`just` program](just.md) are also "
  137. "available: `just install-all` or `just setup-all`"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-postgres-backup.md:38
  140. msgid ""
  141. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  142. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  143. "runtime) than `just setup-all`) when its components remain unchanged. If "
  144. "you adjust your `vars.yml` to remove other components, you'd need to run "
  145. "`just setup-all`, or these components will still remain installed. Note "
  146. "these shortcuts run the `ensure-matrix-users-created` tag too."
  147. msgstr ""