Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

159 satır
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: 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 "The playbook can install and configure [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) for you via the [ansible-role-postgres-backup](https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup) Ansible role."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-postgres-backup.md:5
  30. msgid "For a more complete backup solution (one that includes not only Postgres, but also other configuration/data files), you may wish to look into [BorgBackup](configuring-playbook-backup-borg.md) instead."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-postgres-backup.md:7
  33. msgid "Adjusting the playbook configuration"
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-postgres-backup.md:9
  36. msgid "To enable Postgres backup, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-postgres-backup.md:15
  39. msgid "Refer to the table below for additional configuration variables and their default values."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-postgres-backup.md
  42. msgid "Name"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-postgres-backup.md
  45. msgid "Default value"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-postgres-backup.md
  48. msgid "Description"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-postgres-backup.md
  51. msgid "`postgres_backup_enabled`"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-postgres-backup.md
  54. msgid "`false`"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-postgres-backup.md
  57. msgid "Set to true to use [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) to create automatic database backups"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-postgres-backup.md
  60. msgid "`postgres_backup_schedule`"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-postgres-backup.md
  63. msgid "`'@daily'`"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-postgres-backup.md
  66. msgid "Cron-schedule specifying the interval between postgres backups."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-postgres-backup.md
  69. msgid "`postgres_backup_keep_days`"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-postgres-backup.md
  72. msgid "`7`"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-postgres-backup.md
  75. msgid "Number of daily backups to keep"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-postgres-backup.md
  78. msgid "`postgres_backup_keep_weeks`"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-postgres-backup.md
  81. msgid "`4`"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-postgres-backup.md
  84. msgid "Number of weekly backups to keep"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-postgres-backup.md
  87. msgid "`postgres_backup_keep_months`"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-postgres-backup.md
  90. msgid "`12`"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-postgres-backup.md
  93. msgid "Number of monthly backups to keep"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-postgres-backup.md
  96. msgid "`postgres_backup_base_path`"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-postgres-backup.md
  99. msgid "`\"{{ matrix_base_data_path }}/postgres-backup\"`"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-postgres-backup.md
  102. msgid "Base path for postgres-backup. Also see `postgres_backup_data_path`"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-postgres-backup.md
  105. msgid "`postgres_backup_data_path`"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-postgres-backup.md
  108. msgid "`\"{{ postgres_backup_base_path }}/data\"`"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-postgres-backup.md
  111. msgid "Storage path for postgres-backup database backups"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-postgres-backup.md:27
  114. msgid "Installing"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-postgres-backup.md:29
  117. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-postgres-backup.md:36
  120. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-postgres-backup.md:38
  123. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  124. msgstr ""