aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:50:11 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:50:11 -0500
commit49efc06e74d7e0163aa4ebfad3223e74a07c314d (patch)
tree1ab7ffa3ef44259958c219eae22e583bd9bf71fa /roles
parent0a3361ffd4017d13e195943813eaf82902890be0 (diff)
downloadselfhosted-49efc06e74d7e0163aa4ebfad3223e74a07c314d.tar.gz
selfhosted-49efc06e74d7e0163aa4ebfad3223e74a07c314d.zip
update documentation
Diffstat (limited to 'roles')
-rw-r--r--roles/archive_server/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/archive_server/README.md b/roles/archive_server/README.md
index 458e946..5937f7b 100644
--- a/roles/archive_server/README.md
+++ b/roles/archive_server/README.md
@@ -12,11 +12,11 @@ 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
script runs daily. It iterates over each host in the `archive_clients` hostgroup
-and `rsync`s anything in `/var/spool/archive` to the location specified by
+and `rsync`'s anything in `/var/spool/archive` to the location specified by
`archive_dest_path`.
-Since `rsync` uses a Kerberos keytab for SSH authentication, it can only be used
-for hosts within the FreeIPA domain.
+Since `rsync` uses a Kerberos keytab for SSH authentication, the archiver can
+only be used for hosts within the FreeIPA domain.
Archived files are sorted into subdirectories by hostname.