From c6afe44a13b76eea146266f928c0fcbfc3fb358a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Mar 2017 16:06:59 +0100 Subject: better error handling in search --- content/blog/bacula-offsite-backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/blog') 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 -- cgit v1.2.3-54-g00ecf