Skip to content

A Python script to sync parts of your server to a git server

License

Notifications You must be signed in to change notification settings

opensky/gitsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This little python script is a way to keep a server's files in a versioning server like GIT.

It is pretty simple and straight forward.

Requirements

Make sure git is installed

Redhat/CentOS

yum install git

Install

Run the following

git clone git://github.com/opensky/gitsync.git
cd gitsync
python setup.py build
sudo python setup.py install

GitServer Setup

Running

You can now run the gitsync command

gitsync

Default configs are in the contrib directory. They can be placed in the /etc/gitsync dir.

About

A Python script to sync parts of your server to a git server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages