Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

158 wiersze
5.3 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 "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."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-postgres-backup.md:5
  29. 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."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-postgres-backup.md:7
  32. msgid "Adjusting the playbook configuration"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-postgres-backup.md:9
  35. msgid "To enable Postgres backup, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-postgres-backup.md:15
  38. msgid "Refer to the table below for additional configuration variables and their default values."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-postgres-backup.md
  41. msgid "Name"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-postgres-backup.md
  44. msgid "Default value"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-postgres-backup.md
  47. msgid "Description"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-postgres-backup.md
  50. msgid "`postgres_backup_enabled`"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-postgres-backup.md
  53. msgid "`false`"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-postgres-backup.md
  56. msgid "Set to true to use [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) to create automatic database backups"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-postgres-backup.md
  59. msgid "`postgres_backup_schedule`"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-postgres-backup.md
  62. msgid "`'@daily'`"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-postgres-backup.md
  65. msgid "Cron-schedule specifying the interval between postgres backups."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-postgres-backup.md
  68. msgid "`postgres_backup_keep_days`"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-postgres-backup.md
  71. msgid "`7`"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-postgres-backup.md
  74. msgid "Number of daily backups to keep"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-postgres-backup.md
  77. msgid "`postgres_backup_keep_weeks`"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-postgres-backup.md
  80. msgid "`4`"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-postgres-backup.md
  83. msgid "Number of weekly backups to keep"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-postgres-backup.md
  86. msgid "`postgres_backup_keep_months`"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-postgres-backup.md
  89. msgid "`12`"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-postgres-backup.md
  92. msgid "Number of monthly backups to keep"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-postgres-backup.md
  95. msgid "`postgres_backup_base_path`"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-postgres-backup.md
  98. msgid "`\"{{ matrix_base_data_path }}/postgres-backup\"`"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-postgres-backup.md
  101. msgid "Base path for postgres-backup. Also see `postgres_backup_data_path`"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-postgres-backup.md
  104. msgid "`postgres_backup_data_path`"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-postgres-backup.md
  107. msgid "`\"{{ postgres_backup_base_path }}/data\"`"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-postgres-backup.md
  110. msgid "Storage path for postgres-backup database backups"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-postgres-backup.md:27
  113. msgid "Installing"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-postgres-backup.md:29
  116. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-postgres-backup.md:36
  119. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-postgres-backup.md:38
  122. 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."
  123. msgstr ""