From 6d3e6744120ebb0d34baabeb4bf20e7a94009a10 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 20 Apr 2019 17:43:26 -0300 Subject: [PATCH] Updated Scheduling exports with Mono & Crontab (markdown) --- Scheduling-exports-with-Mono-&-Crontab.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scheduling-exports-with-Mono-&-Crontab.md b/Scheduling-exports-with-Mono-&-Crontab.md index fe94178..ab71e45 100644 --- a/Scheduling-exports-with-Mono-&-Crontab.md +++ b/Scheduling-exports-with-Mono-&-Crontab.md @@ -1,6 +1,6 @@ Make sure you have DiscordChatExporter and Mono properly installed ([instructions here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions)). -You can use Crontab on macOS, but [this method](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS) is preferred. +You can use Cron on macOS, but [this method](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS) is preferred. # @@ -66,7 +66,7 @@ exit **5.** Add a new job to crontab using `sudo crontab –e` -**6.** Add `* * * * * /path/to/DiscordChatExporter/cron.sh >/tmp/discordexporter.log 2>/tmp/discordexportererror.log` to the end of the file +**6.** Add `* * * * * /path/to/DiscordChatExporter/cron.sh >/tmp/discordchatexporter.log 2>/tmp/discordchatexportererror.log` to the end of the file Replace the *s according to: @@ -79,7 +79,7 @@ Week starts on Sunday. 0 = SUN, 1 = MON... Filename date format is YYYY-MM-DD-hh-mm-ss. -The cron file is located at `/usr/lib/cron/tabs` on macOS, and at `/var/spool/cron/crontabs` on Linux, but should always be edited with `crontab -e`. +The Cron file is located at `/var/spool/cron/crontabs` on Linux, and at `/usr/lib/cron/tabs` on macOS, but should always be edited with `crontab -e`. # @@ -100,4 +100,4 @@ Every Wednesday at 9 AM `0 9 * * 3` Verify your cron time [here](https://crontab.guru). # -Credits to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file +Special thanks to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file