No description
Find a file
2020-03-21 12:41:49 -04:00
.gitignore ignoring __pycache__ 2020-03-19 20:06:38 -04:00
archivist.py Created central archivist.py script. 2020-03-21 12:41:49 -04:00
github.py Created central archivist.py script. 2020-03-21 12:41:49 -04:00
lib.py fixing yaml bug 2020-03-19 20:05:28 -04:00
pinboard.py Created central archivist.py script. 2020-03-21 12:41:49 -04:00
Pipfile working pinboard backup. \n TODO: finish checking if backup is necessary 2020-03-13 17:30:33 -04:00
Pipfile.lock working pinboard backup. \n TODO: finish checking if backup is necessary 2020-03-13 17:30:33 -04:00
readme.md Created central archivist.py script. 2020-03-21 12:41:49 -04:00

Archivist

The archivist is run from a either a central archivist.py script or from one of the self contained individual source scripts.

Backing up all services

Running ./archivist.yml 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

Individually

Run ./github.py