Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/borg-sample-project

A sample Borg project for learning and demonstration.
https://github.com/mikesmullin/borg-sample-project

Last synced: about 1 month ago
JSON representation

A sample Borg project for learning and demonstration.

Awesome Lists containing this project

README

        

# Borg Sample Project

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

## Installation

```bash
git clone [email protected]:mikesmullin/borg-sample-project.git
cd borg-sample-project/
borg update
```

## Usage

```bash
# 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](https://github.com/mikesmullin/borg-sample-project/blob/master/scripts/servers/test.coffee)

## References

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