From 5cae57abc845201cabb9d0cd487896022e546b49 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Sun, 7 Jul 2019 13:23:00 +0200 Subject: [PATCH] Fixed description. --- _posts/2019-07-04-from-crontabs-to-systemd-timers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2019-07-04-from-crontabs-to-systemd-timers.md b/_posts/2019-07-04-from-crontabs-to-systemd-timers.md index a35d2ec..21f8aae 100644 --- a/_posts/2019-07-04-from-crontabs-to-systemd-timers.md +++ b/_posts/2019-07-04-from-crontabs-to-systemd-timers.md @@ -1,8 +1,8 @@ --- title: From crontabs to Systemd timers tags: [bash, shell, crontab, cronie, systemd, timer] -updated: 2019-07-07 00:06 -description: A detailed exaplanation of my backup system which is both encrypted and unencrypted for different purposes. +updated: 2019-07-07 13:22 +description: The steps I followed to migrate from crontabs to systemd timers. --- ## Introduction