summaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-10 16:06:59 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-10 16:06:59 +0100
commitc6afe44a13b76eea146266f928c0fcbfc3fb358a (patch)
tree0c01420465eef6c1da61a7e91853ced7a3306f81 /content/blog
parentf35ff8ac6ee048a8c09e8be7ab0be2c9ad223b4f (diff)
downloadwww-andreasbaumann-cc-c6afe44a13b76eea146266f928c0fcbfc3fb358a.tar.gz
www-andreasbaumann-cc-c6afe44a13b76eea146266f928c0fcbfc3fb358a.tar.bz2
better error handling in search
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/bacula-offsite-backup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/bacula-offsite-backup.md b/content/blog/bacula-offsite-backup.md
index cfa9141..3d21bef 100644
--- a/content/blog/bacula-offsite-backup.md
+++ b/content/blog/bacula-offsite-backup.md
@@ -169,8 +169,8 @@ 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, writes FTP jobs files
-and executes `ftp`. I also do some checking after transfers to handle
+it deals with setting the password in a `.netrc` file, writes FTP job files
+and executes `ftp`. It also performs some checking after transfers to handle
transfer errors or out-of-disk-space situations.
## Conclusion