diff options
Diffstat (limited to 'content/posts/2023-10-29-setup-external-backup.md')
-rw-r--r-- | content/posts/2023-10-29-setup-external-backup.md | 4 |
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 = { |