about summary refs log tree commit diff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/2023-10-29-setup-external-backup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2023-10-29-setup-external-backup.md b/content/posts/2023-10-29-setup-external-backup.md
index 6f30bf1..4044715 100644
--- a/content/posts/2023-10-29-setup-external-backup.md
+++ b/content/posts/2023-10-29-setup-external-backup.md
@@ -274,8 +274,8 @@ fi
 ```
 
 Then, I set up the fcron service.  Following the example in
-[fcrontab manual][fcron], I can use `%hours` keyword so that this runs once in
-the day from 9h to 16h:
+[fcrontab manual][fcrontab], I can use `%hours` keyword so that this runs once
+in the day from 9h to 16h:
 
 ```nix
 services.fcron = {