From 5e2fc03770dd8162ee9fb7381ed18da8e0c36086 Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Mon, 6 Jan 2020 21:04:05 -0800 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea3a39f..3b1a3d8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ So you want to back up to a remote system, and you want it encrypted before it leaves the source system. This hack uses classic UNIX `dump`; sorry for the brutality. As noted below, you could use `tar` or something similar. This example is also not incremental; your refund is in the post. Let's assume the source system is Debian Linux. -## Source Syatem backup User +## Source System backup User By default, both UNIX and Linux have a `backup` user, but with a strange directory etc. So, on the source system, we will hack to instantiate the desired user. @@ -137,7 +137,7 @@ And then modify the actual dumping details. You probably want to run it out of cron with some hack such as the following: ``` -ran.psg.com:/home/randy> grep dump /etc/crontab +grep dump /etc/crontab 30 8 * * * root /home/backup/do-dump ```