Skip to content

Backshield is simple backup tool for server configurations with git.

Notifications You must be signed in to change notification settings

riosu/backshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published