Skip to content

SUNET/karchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KArchive

Webserver and backend which accepts PUT requests to store files in Git repositories. Intended to use together with JunOS archive.

Install:

The environment variable GIT_REPO_URL must be set to the path of the git:

Configure JunOS:

admin@foo-bar# set system archival configuration archive-sites http://[email protected]/commit

Test with CURL:

$ curl -X PUT -H'Content-Type: application/gzip' --data-binary @data.conf.gz https://localhost/commit/data.conf.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published