No description
Find a file
Andrew Davidson c2f85a4bfc
Adding folder cleanup option for imap backups
Removes locally stored messages that were removed on server

Defaults to True, but can be disabled with `imap_cleanup: False` in your
config file
2020-04-03 09:46:26 -04:00
archivist Adding folder cleanup option for imap backups 2020-04-03 09:46:26 -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