aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_server/README.md
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:00:15 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:00:15 -0500
commitbe4583236508e4044ff4ace150b1255334a26357 (patch)
treee079183061fa722cafd55f3e235b38f8f2523ca7 /roles/archive_server/README.md
parent33967be87d387393e6f47d50ada148718b01117f (diff)
downloadselfhosted-be4583236508e4044ff4ace150b1255334a26357.tar.gz
selfhosted-be4583236508e4044ff4ace150b1255334a26357.zip
update documentation
Diffstat (limited to 'roles/archive_server/README.md')
-rw-r--r--roles/archive_server/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/archive_server/README.md b/roles/archive_server/README.md
index b815b2a..17cc5f2 100644
--- a/roles/archive_server/README.md
+++ b/roles/archive_server/README.md
@@ -6,8 +6,8 @@ Description
The _archiver_ is my method of performing periodic backups of application data.
The general idea is that applications can write data to a dedicated directory in
-`/var/spool/archive`, and the archive server will rsync these files to a central
-location each night.
+`/var/spool/archive` via an [archive job](../archive_job), and the archive server
+will rsync these files to a central location each night.
The `archive_server` role generates the [archiver script](templates/usr/local/bin/archiver.sh.j2),
along with a corresponding FreeIPA user account and systemd timer. The archvier