Parcourir la source

Add information on how to manually run the backup

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2189/head
Julian-Samuel Gebühr il y a 3 ans
Parent
révision
3bd0af76dd
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      docs/configuring-playbook-backup-borg.md

+ 6
- 0
docs/configuring-playbook-backup-borg.md Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer