typos
This commit is contained in:
parent
3fcf10b12e
commit
5e2fc03770
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
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.
|
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:
|
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
|
30 8 * * * root /home/backup/do-dump
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue