aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:30:01 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:30:01 -0500
commit2588e875da2fa61d727e4476d226fe5e77cda552 (patch)
treeab82876754fe26805430092c0e5af4eeb515ecf7
parent3a8d169f2aca7636ccbdb9be74513743358293a6 (diff)
downloadselfhosted-2588e875da2fa61d727e4476d226fe5e77cda552.tar.gz
selfhosted-2588e875da2fa61d727e4476d226fe5e77cda552.zip
update readme
-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.