cookbook 'btsync', '= 0.1.4'
btsync (5) Versions 0.1.4 Follow2
Installs/Configures btsync
cookbook 'btsync', '= 0.1.4', :supermarket
knife supermarket install btsync
knife supermarket download btsync
btsync Cookbook
Fast, unlimited & secure file-syncing. Free from the cloud. Sync never stores your files on servers, so they stay safe from data breaches and prying eyes.
A more detailed and in depth FAQ and documentation about bittorrent sync can be found on: http://www.bittorrent.com/sync
The btsync cookbook installs bittorrent sync and provides a simple LWRP for adding shared folders that are to be synced between multiple servers.
When using a hosted chef install you will be able to use the search feature to automatically find and add additional nodes to bittorrent sync without making any modifications.
Requirements
Please note btsync on linux requires glibc 2.3 or greater.
Attributes
TODO: Full attributes will be completed soon.
btsync::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['btsync']['setup']['user']</tt></td>
<td>String</td>
<td>The user that the btsync daemon will run as</td>
<td><tt>webserv</tt></td>
</tr>
<tr>
<td><tt>['btsync']['setup']['bin_dir']</tt></td>
<td>String</td>
<td>Where the binary will be installed to (should be in your path)</td>
<td><tt>/usr/local/bin/</tt></td>
</tr>
</table>
Usage
btsync::default
Just include btsync
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[btsync]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Will Hattingh & contributors https://github.com/Nitecon/btsync/graphs/contributors
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.