Skip to content

mikesmullin/borg-sample-project

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Borg Sample Project

Here you can learn by example what a working Borg project looks like.

Installation

git clone git@github.com:mikesmullin/borg-sample-project.git
cd borg-sample-project/
borg update

Usage

# list available servers
borg list

# assimilate your localhost
# NOTICE: change user: and password: values to valid credentials.
borg assimilate aws-or-dev-web01.example.org --locals="ssh:host:'127.0.0.1',user:'developer',pass:'tunafish'"

You can see in the following file that all this will do is print the date. No changes will be made.

./scripts/servers/test.coffee

References

For more information, see Borg documentation:
http://mikesmullin.github.io/borg-docs/

About

A sample Borg project for learning and demonstration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published