aboutsummaryrefslogtreecommitdiffstats
path: root/roles/archive_client
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:10:48 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:10:48 -0500
commit57fef6b775feae3d7ff9303b3ffe62d7fbe66bbe (patch)
treea6efe6e8572284c1bf83a2918578ce75a715c563 /roles/archive_client
parent06e7e4f6df6dc6573a314ce3c5d040cbc09d4e45 (diff)
downloadselfhosted-57fef6b775feae3d7ff9303b3ffe62d7fbe66bbe.tar.gz
selfhosted-57fef6b775feae3d7ff9303b3ffe62d7fbe66bbe.zip
update documentation
Diffstat (limited to 'roles/archive_client')
-rw-r--r--roles/archive_client/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/archive_client/README.md b/roles/archive_client/README.md
index 8dcd0fb..11224bc 100644
--- a/roles/archive_client/README.md
+++ b/roles/archive_client/README.md
@@ -19,11 +19,11 @@ Variables
This role **accepts** the following variables:
-Variable | Default | Description
-----------------------------------|------------|------------
-`archive_server_user` | s-archiver | Username of the [archive server](../archive_server) 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 | Maximum age of files to retain in the archive spool (days)
+Variable | Default | Description
+----------------------------------|--------------|------------
+`archive_server_user` | `s-archiver` | Username of the [archive server](../archive_server) 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 | Maximum age of files to retain in the archive spool (days)
Usage