Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

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