aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.