riosu / backshield

Backshield is simple backup tool for server configurations with git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backshield

Backshield is simple backup tool for server configurations with git.

Install

sudo su
cd /usr/local/src/
git clone git@github.com:riosu/backshield.git
cd backshield
./setup.sh

Usages

# Initialize
$ ./backshield.py init <git repository url>

# Add file to backup
$ ./backshield.py add <filename>

# Add file to backup
$ ./backshield.py remove <filename>

# Add file to backup
$ ./backshield.py list

# Backup to git
$ ./backshiled.py backup

About

Backshield is simple backup tool for server configurations with git.


Languages

Language:Python 93.0%Language:Shell 7.0%