Просмотр исходного кода

Update docs/configuring-playbook-backup-borg.md and docs/configuring-playbook-synapse-auto-compressor.md: adopt the common description

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3985/head
Suguru Hirahara 1 год назад
Родитель
Сommit
fbe32cc17c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 7 добавлений и 3 удалений
  1. +1
    -1
      docs/configuring-playbook-backup-borg.md
  2. +6
    -2
      docs/configuring-playbook-synapse-auto-compressor.md

+ 1
- 1
docs/configuring-playbook-backup-borg.md Просмотреть файл

@@ -138,6 +138,6 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju

Sometimes it can be helpful to run the backup as you'd like, avoiding to wait until 4 a.m., like when you test your configuration.

If you want to run the backup immediately, log in to the server with SSH and run `systemctl start matrix-backup-borg`.
If you want to run it immediately, log in to the server with SSH and run `systemctl start matrix-backup-borg`.

This will not return until the backup is done, so it can possibly take a long time. Consider using [tmux](https://en.wikipedia.org/wiki/Tmux) if your SSH connection is unstable.

+ 6
- 2
docs/configuring-playbook-synapse-auto-compressor.md Просмотреть файл

@@ -31,6 +31,10 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju

After installation, `synapse_auto_compressor` will run automatically every day at `00:00:00` (as defined in `matrix_synapse_auto_compressor_calendar` by default).

## Manually start the tool
## Manually execute compression

For testing your setup it can be helpful to not wait until 00:00. If you want to run the tool immediately, log onto the server and run `systemctl start matrix-synapse-auto-compressor`. Running this command will not return control to your terminal until the compression run is done, which may take a long time. Consider using [tmux](https://en.wikipedia.org/wiki/Tmux) if your SSH connection is unstable.
Sometimes it can be helpful to execute compression as you'd like, avoiding to wait until 00:00, like when you test your configuration.

If you want to execute it immediately, log in to the server with SSH and run `systemctl start matrix-synapse-auto-compressor`.

This will not return until the compression is done, so it can possibly take a long time. Consider using [tmux](https://en.wikipedia.org/wiki/Tmux) if your SSH connection is unstable.

Загрузка…
Отмена
Сохранить