aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/archive_server/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/archive_server/README.md b/roles/archive_server/README.md
index 84a8e6c..378f82f 100644
--- a/roles/archive_server/README.md
+++ b/roles/archive_server/README.md
@@ -15,6 +15,9 @@ 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
`archive_dest_path`.
+Since `rsync` uses a Kerberos keytab for SSH authentication, it can only be used
+for hosts within the FreeIPA domain.
+
Archived files are sorted into subdirectories by hostname.
### Plugins