aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_client
diff options
context:
space:
mode:
Diffstat (limited to 'roles/archive_client')
-rw-r--r--roles/archive_client/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/archive_client/README.md b/roles/archive_client/README.md
index 2234fb5..b01457f 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 any
-of these files to a central location each night.
+`/var/spool/archive`, 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
@@ -23,7 +23,7 @@ Variable | Default | Description
----------------------------------|------------|------------
`archive_server_user` | s-archiver | Username of the archiver user
`archive_cleanup_on_calendar` | daily | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for deleting old archive files
-`archive_cleanup_older_than_days` | 7 | Max age of files to keep in the archive spool (days)
+`archive_cleanup_older_than_days` | 7 | Maximum age of files to retain in the archive spool (days)
Usage