Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

217 lines
7.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-backup-borg.md:1
  24. msgid "Setting up BorgBackup (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-backup-borg.md:3
  27. msgid ""
  28. "The playbook can install and configure "
  29. "[BorgBackup](https://www.borgbackup.org/) (short: Borg) with "
  30. "[borgmatic](https://torsion.org/borgmatic/) for you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-backup-borg.md:5
  33. msgid ""
  34. "BorgBackup is a deduplicating backup program with optional compression "
  35. "and encryption. That means your daily incremental backups can be stored "
  36. "in a fraction of the space and is safe whether you store it at home or on"
  37. " a cloud service."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-backup-borg.md:7
  40. msgid ""
  41. "You will need a remote server where BorgBackup will store the backups. "
  42. "There are hosted, BorgBackup compatible solutions available, such as "
  43. "[BorgBase](https://www.borgbase.com)."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-backup-borg.md:9
  46. msgid ""
  47. "The backup will run based on `backup_borg_schedule` var (systemd timer "
  48. "calendar), default: 4am every day."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-backup-borg.md:11
  51. msgid ""
  52. "By default, if you're using the integrated Postgres database server (as "
  53. "opposed to [an external Postgres server](configuring-playbook-external-"
  54. "postgres.md)), backups with BorgBackup will also include dumps of your "
  55. "Postgres database. An alternative solution for backing up the Postgres "
  56. "database is [postgres backup](configuring-playbook-postgres-backup.md). "
  57. "If you decide to go with another solution, you can disable Postgres-"
  58. "backup support for BorgBackup using the `backup_borg_postgresql_enabled` "
  59. "variable."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-backup-borg.md:13
  62. msgid ""
  63. "**Note**: the component is not managed by this repository but its [own "
  64. "repository](https://github.com/mother-of-all-self-hosting/ansible-role-"
  65. "backup_borg)."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-backup-borg.md:15
  68. msgid "Prerequisites"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-backup-borg.md:17
  71. msgid ""
  72. "If you do not disable Postgres-backup support, make sure that the "
  73. "Postgres version of your homeserver's database is compatible with "
  74. "borgmatic."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-backup-borg.md:19
  77. msgid "Create a new SSH key:"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-backup-borg.md:25
  80. msgid ""
  81. "This can be done on any machine and you don't need to place the key in "
  82. "the `.ssh` folder. It will be added to the Ansible config later."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-backup-borg.md:27
  85. msgid ""
  86. "Add the **public** part of this SSH key (the `matrix-borg-backup.pub` "
  87. "file) to your BorgBackup provider/server:"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-backup-borg.md:29
  90. msgid ""
  91. "If you plan to use a hosted solution, follow their instructions. If you "
  92. "have your own server, copy the key over:"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-backup-borg.md:39
  95. msgid "Adjusting the playbook configuration"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-backup-borg.md:41
  98. msgid ""
  99. "Minimal working configuration "
  100. "(`inventory/host_vars/matrix.example.com/vars.yml`) to enable BorgBackup:"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-backup-borg.md:58
  103. msgid "where:"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-backup-borg.md:60
  106. msgid "USER - SSH user of a provider/server"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-backup-borg.md:61
  109. msgid "HOST - SSH host of a provider/server"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-backup-borg.md:62
  112. msgid ""
  113. "REPO - BorgBackup repository name, it will be initialized on backup "
  114. "start, eg: `matrix`, regarding Syntax see [Remote "
  115. "repositories](https://borgbackup.readthedocs.io/en/stable/usage/general.html"
  116. "#repository-urls)"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-backup-borg.md:63
  119. msgid ""
  120. "PASSPHRASE - passphrase used for encrypting backups, you may generate it "
  121. "with `pwgen -s 64 1` or use any password manager"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-backup-borg.md:64
  124. msgid ""
  125. "PRIVATE KEY - the content of the **private** part of the SSH key you "
  126. "created before. The whole key (all of its belonging lines) under "
  127. "`backup_borg_ssh_key_private` needs to be indented with 2 spaces"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-backup-borg.md:66
  130. msgid ""
  131. "To backup without encryption, add `backup_borg_encryption: 'none'` to "
  132. "your vars. This will also enable the "
  133. "`backup_borg_unknown_unencrypted_repo_access_is_ok` variable."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-backup-borg.md:68
  136. msgid ""
  137. "`backup_borg_location_source_directories` defines the list of directories"
  138. " to back up: it's set to `{{ matrix_base_data_path }}` by default, which "
  139. "is the base directory for every service's data, such as Synapse, Postgres"
  140. " and the bridges. You might want to exclude certain directories or file "
  141. "patterns from the backup using the "
  142. "`backup_borg_location_exclude_patterns` variable."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-backup-borg.md:70
  145. msgid ""
  146. "Check the [backup_borg role](https://github.com/mother-of-all-self-"
  147. "hosting/ansible-role-backup_borg)'s "
  148. "[defaults/main.yml](https://github.com/mother-of-all-self-hosting"
  149. "/ansible-role-backup_borg/blob/main/defaults/main.yml) file for the full "
  150. "list of available options."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-backup-borg.md:72
  153. msgid "Installing"
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-backup-borg.md:74
  156. msgid ""
  157. "After configuring the playbook, run it with [playbook tags](playbook-"
  158. "tags.md) as below:"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-backup-borg.md:81
  161. msgid ""
  162. "The shortcut commands with the [`just` program](just.md) are also "
  163. "available: `just install-all` or `just setup-all`"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-backup-borg.md:83
  166. msgid ""
  167. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  168. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  169. "runtime) than `just setup-all`) when its components remain unchanged. If "
  170. "you adjust your `vars.yml` to remove other components, you'd need to run "
  171. "`just setup-all`, or these components will still remain installed. Note "
  172. "these shortcuts run the `ensure-matrix-users-created` tag too."
  173. msgstr ""
  174. #: ../../../docs/configuring-playbook-backup-borg.md:85
  175. msgid "Manually start a backup"
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-backup-borg.md:87
  178. msgid ""
  179. "For testing your setup it can be helpful to not wait until 4am. If you "
  180. "want to run the backup immediately, log onto the server and run "
  181. "`systemctl start matrix-backup-borg`. This will not return until the "
  182. "backup is done, so possibly a long time. Consider using "
  183. "[tmux](https://en.wikipedia.org/wiki/Tmux) if your SSH connection is "
  184. "unstable."
  185. msgstr ""