Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikesmullin/borg-sample-project
- Owner: mikesmullin
- Created: 2015-01-17T21:28:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T06:37:04.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T14:50:55.111Z (9 months ago)
- Language: CoffeeScript
- Size: 219 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/