From 2588e875da2fa61d727e4476d226fe5e77cda552 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 28 Feb 2023 08:30:01 -0500 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b20e638..efed02f 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ and other random stuff. In my environment, periodic backups are performed by the [archiver](roles/archive_server). Basically, applications run periodic [archive jobs](roles/archive_job) that -write data to `/var/spool/archive`, and a special process `rsync`'s this data each -night to a central location. +write data to `/var/spool/archive`, and a special process `rsync`'s this data +to a central location each night. In addition, [backup](playbooks/util/backup.yml) and [restore](playbooks/util/restore.yml) playbooks are provided. -- cgit