Răsfoiți Sursa

Add documentation note about systemd configuration with alternate install methods (#428).

Dan Helfman 4 ani în urmă
părinte
comite
9c972cb0e5
1 a modificat fișierele cu 10 adăugiri și 2 ștergeri
  1. 10 2
      docs/how-to/set-up-backups.md

+ 10 - 2
docs/how-to/set-up-backups.md

@@ -262,11 +262,19 @@ You can modify the cron file if you'd like to run borgmatic more or less frequen
 
 
 ### systemd
 ### systemd
 
 
-If you're using systemd instead of cron to run jobs, download the [sample
-systemd service
+If you're using systemd instead of cron to run jobs, you can still configure
+borgmatic to run automatically.
+
+(If you installed borgmatic from [Other ways to
+install](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#other-ways-to-install),
+you may already have borgmatic systemd service and timer files. If so, you may
+be able to skip some of the steps below.)
+
+First, download the [sample systemd service
 file](https://projects.torsion.org/witten/borgmatic/raw/branch/master/sample/systemd/borgmatic.service)
 file](https://projects.torsion.org/witten/borgmatic/raw/branch/master/sample/systemd/borgmatic.service)
 and the [sample systemd timer
 and the [sample systemd timer
 file](https://projects.torsion.org/witten/borgmatic/raw/branch/master/sample/systemd/borgmatic.timer).
 file](https://projects.torsion.org/witten/borgmatic/raw/branch/master/sample/systemd/borgmatic.timer).
+
 Then, from the directory where you downloaded them:
 Then, from the directory where you downloaded them:
 
 
 ```bash
 ```bash