diff options
author | EuAndreh <eu@euandre.org> | 2019-05-18 23:10:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-19 01:56:54 -0300 |
commit | f6b508cc67c79b225d88f66c0fbfce787c80ace2 (patch) | |
tree | 396325b716411ec16d1d89713ae097c8f8aeb5d6 /bash | |
parent | Add cljr flag for cider (diff) | |
download | dotfiles-f6b508cc67c79b225d88f66c0fbfce787c80ace2.tar.gz dotfiles-f6b508cc67c79b225d88f66c0fbfce787c80ace2.tar.xz |
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.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 1 | ||||
-rw-r--r-- | bash/symlinks.sh | 1 |
2 files changed, 2 insertions, 0 deletions
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 |