No description
Find a file
Andrew Davidson d736203689
fixing bug where it would always redownload
the latest message in each folder with messages
2020-04-02 20:46:07 -04:00
archivist fixing bug where it would always redownload 2020-04-02 20:46:07 -04:00
.gitignore adding .pyc files to gitignore 2020-03-31 15:32:34 -04:00
archivist.py Updating folder structure and running from a central script. 2020-03-31 15:36:36 -04:00
Pipfile Working version of imap backup. 2020-04-02 16:29:52 -04:00
Pipfile.lock Working version of imap backup. 2020-04-02 16:29:52 -04:00
readme.md Updating folder structure and running from a central script. 2020-03-31 15:36:36 -04:00

Archivist

The archivist is run from a either a central archivist.py script

Backing up all services

Running ./archivist.py alone will backup all configured services.

Backing up a single service

Using Github as the example service to backup:

Add github_user to $HOME/.archivist.yml

Centrally

Run ./archivist.py backup github