No description
This repository has been archived on 2023-01-03. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-08-24 14:34:40 -04:00
cmd Basic working github backup 2019-08-24 14:34:40 -04:00
.cobra.yaml framework in-place 2019-08-06 21:31:09 -04:00
.gitignore Basic working github backup 2019-08-24 14:34:40 -04:00
LICENSE framework in-place 2019-08-06 21:31:09 -04:00
main.go framework in-place 2019-08-06 21:31:09 -04:00
Readme.md Basic working github backup 2019-08-24 14:34:40 -04:00

The Archivist

A simple service to archive various web services.

Running The Archivist

The Archivist has a fairly typical command structure, the most basic command is in this format

archivist ServiceName backup

Service Instructions

Github

To backup Github repositories, pull a personal access token and add it to your .the-archivist.yaml config file.

github: 
    user: my-username
    token: 238u2n3f98va8enf238as9d7hoi23dshaf

Then you can run archivist github backup and all your personal repositories will be stored in your data directory.