From 49efc06e74d7e0163aa4ebfad3223e74a07c314d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 9 Feb 2023 19:50:11 -0500 Subject: update documentation --- roles/archive_server/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/archive_server') 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. -- cgit