From f6b508cc67c79b225d88f66c0fbfce787c80ace2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 May 2019 23:10:32 -0300 Subject: Add ArchiveBox setup - add repo to mrconfig; - create daily log file; - add `archivebox` executable to $PATH; - create cronjob to run every 12 hours; - backup ~/archive/ folder. Side note: medium.com DNS resolves to an IPv6 address but rejects connections from clients that try to reach medium using it. I had to force an IPv4 connection instead. --- bash/env.sh | 1 + bash/symlinks.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'bash') diff --git a/bash/env.sh b/bash/env.sh index 7fe5f65..da62d73 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -36,6 +36,7 @@ export PATH="$HOME/dev/libre/website/:$PATH" export PATH="$DOTFILES/bin:$PATH" export PATH="$HOME/dev/misc/flutter/bin:$PATH" export PATH="$HOME/dev/libre/songbooks/cli:$PATH" +export PATH="$HOME/dev/misc/ArchiveBox/bin:$PATH" #export BROWSER="firefox" diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 2250a86..fbc4a4d 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -75,6 +75,7 @@ ln -fs "$DOTFILES/mail/mbsyncrc.ini" ~/.mbsyncrc ln -fs "$DOTFILES/mail/notmuch.ini" ~/.notmuch-config ln -fs /tmp/mbsync."$(date +%Y-%m-%d)".log /tmp/mbsync.log ln -fs /tmp/notmuch."$(date +%Y-%m-%d)".log /tmp/notmuch.log +ln -fs /tmp/archivebox."$(date +%Y-%m-%d)".log /tmp/archivebox.log ## GNUS ln -fs "$DOTFILES/encrypted/IMAP/authinfo.gpg" ~/.authinfo.gpg -- cgit v1.2.3