1
00:00:06,660 --> 00:00:08,970
Okay, here we have
a quick demo about add.

2
00:00:10,109 --> 00:00:15,476
Now it's really all about cron
and systemd timers but add can be

3
00:00:15,476 --> 00:00:20,843
cool if you want to run
a task once only first requirement sudo

4
00:00:20,843 --> 00:00:26,210
systemctl status and as you can
see it's running well. That's good.

5
00:00:26,809 --> 00:00:32,019
And that means that I can
usetimelogger hello so now that ADD

6
00:00:32,019 --> 00:00:37,229
D is confirmed to be
running I can schedule my jobs.

7
00:00:37,750 --> 00:00:44,512
So how would that work? Well I
use Echo Echologger hello which is the

8
00:00:44,512 --> 00:00:51,275
job that I want to run and
I pipe it through time tomorrow and

9
00:00:51,274 --> 00:00:58,037
there you go. You can see that
the job will be executed Thursday April

10
00:00:58,037 --> 00:01:04,799
10th at 4pm tomorrow tea time. That
is 4pM according to the AD programmers.

11
00:01:05,400 --> 00:01:11,950
If you're interested use at queue to find a list
of jobs that are scheduled and if you don't want to

12
00:01:11,950 --> 00:01:18,500
learn it anymore at rm and that makes at a
very nice way to schedule once only jobs in the future.
