diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-11-04 21:12:34 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-11-04 21:12:34 +0700 |
commit | 6284147f5d6bc65d141d9da9ed8e0a7ca7ca8226 (patch) | |
tree | 733251a8dd8e39b6588e19f8229431be8ee4b379 | |
parent | 0e3934363f469c37d24ac2691339e073a457f48d (diff) | |
download | blog-6284147f5d6bc65d141d9da9ed8e0a7ca7ca8226.tar.gz |
Fix fcrontab link
-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 = { |