From be4583236508e4044ff4ace150b1255334a26357 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 9 Feb 2023 19:00:15 -0500 Subject: update documentation --- roles/archive_client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/archive_client') diff --git a/roles/archive_client/README.md b/roles/archive_client/README.md index 7552477..8dcd0fb 100644 --- a/roles/archive_client/README.md +++ b/roles/archive_client/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](../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](../archive_server) +will rsync these files to a central location each night. The `archive_client` role prepares a host to perform [archive jobs](../archive_job). It adds the host to the `archive_clients` hostgroup and prepares the archive spool -- cgit