From 242e05dd72c3fd7de9e605e8be43a60599967d25 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 23 Jan 2019 02:51:36 -0500 Subject: [PATCH] Updated Scheduled Archiving (markdown) --- Scheduled-Archiving.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scheduled-Archiving.md b/Scheduled-Archiving.md index 0df608f..8f20fbd 100644 --- a/Scheduled-Archiving.md +++ b/Scheduled-Archiving.md @@ -26,7 +26,7 @@ cd /opt/ArchiveBox 0 24 * * * www-data /opt/ArchiveBox/bin/firefox_custom.sh ``` -## Example: Import Pocket RSS feed every 24 hours +## Example: Import an RSS feed from Pocket every 12 hours This example imports your Pocket bookmark feed and archives any new links once a day: @@ -40,7 +40,7 @@ cd /opt/ArchiveBox ./bin/archivebox https://getpocket.com/users/yourusernamegoeshere/feed/all >> /var/log/ArchiveBox.log ``` -**Then create a new file `/etc/cron.d/ArchiveBox-Pocket` to tell cron to run your script every 24 hours:** +**Then create a new file `/etc/cron.d/ArchiveBox-Pocket` to tell cron to run your script every 12 hours:** ```bash -0 24 * * * www-data /opt/ArchiveBox/bin/pocket_custom.sh +0 12 * * * www-data /opt/ArchiveBox/bin/pocket_custom.sh ``` \ No newline at end of file