summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/blog/bacula-lto4-backup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/bacula-lto4-backup.md b/content/blog/bacula-lto4-backup.md
index 8704d14..0058cb2 100644
--- a/content/blog/bacula-lto4-backup.md
+++ b/content/blog/bacula-lto4-backup.md
@@ -201,7 +201,7 @@ socat TCP4-LISTEN:8080 - | mbuffer -m 2G -P100% | \
dd of=/dev/nst0 bs=10240 status=progress
```
-Buffering on either side is possible, not sure if buffer on both sides
+Buffering on either side is possible, not sure if having a buffer on both sides
improves anything.
# Use Cases
@@ -217,7 +217,7 @@ much sense to put them into a bacula job, as the retention period is
basically 30 years or so - or till the tape dies.
The index of the tape is a simple text file, noting the kind of data,
-the size, the tape number, the file number (offset on tape) and theda
+the size, the tape number, the file number (offset on tape) and the
date of the backup:
```