summaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/bacula-offsite-backup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/bacula-offsite-backup.md b/content/blog/bacula-offsite-backup.md
index 9f9ca31..cfa9141 100644
--- a/content/blog/bacula-offsite-backup.md
+++ b/content/blog/bacula-offsite-backup.md
@@ -169,15 +169,15 @@ exit 0
```
The whole ftp transfer logic script is left out (too long), but basically
-it deals with setting the password in a `.netrc` file, write FTP jobs files
+it deals with setting the password in a `.netrc` file, writes FTP jobs files
and executes `ftp`. I also do some checking after transfers to handle
transfer errors or out-of-disk-space situations.
## Conclusion
-This backup works reliably and fast enough, even a Raspberry B+ is fast
+This backup works reliably and fast, even a Raspberry B+ is fast
enough to deal with the encryption of some gigabytes of data per day.
-The only drawback is restoring the data: you have to transfter the files
+The only drawback is restoring the data: you have to transfer the files
back manually via FTP, then call 'openssl' to decrypt them and leave them
in the `/data/work/bacula/spool` directory and wait for the bacula-sd
daemon to pick them up.