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.
References
For more information, see Borg documentation:
http://mikesmullin.github.io/borg-docs/