瀏覽代碼

Merge pull request #2189 from moan0s/backup

Add information on how to manually run the backup
pull/2192/head
Slavi Pantaleev 3 年之前
committed by GitHub
父節點
當前提交
e2a5497332
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      docs/configuring-playbook-backup-borg.md

+ 6
- 0
docs/configuring-playbook-backup-borg.md 查看文件

@@ -73,3 +73,9 @@ After configuring the playbook, run the [installation](installing.md) command ag
```
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

## Manually start a backup

For testing your setup it can be helpful to not wait until 4am. If you want to run the backup immediately, log onto the server
and run `systemctl start matrix-backup-borg`. This will not return until the backup is done, so possibly a long time.
Consider using [tmux](https://en.wikipedia.org/wiki/Tmux) if your SSH connection is unstable.

Loading…
取消
儲存