Ales Komarek | f933a5c | 2014-04-02 11:13:37 +0200 | [diff] [blame] | 1 | |
Ales Komarek | 9f5c007 | 2014-04-02 14:33:40 +0200 | [diff] [blame] | 2 | # rsync |
Ales Komarek | f933a5c | 2014-04-02 11:13:37 +0200 | [diff] [blame] | 3 | |
Ales Komarek | 5bda67a | 2014-04-02 17:02:01 +0200 | [diff] [blame] | 4 | rsync is an open source utility that provides fast incremental file transfer. |
| 5 | |
Ales Komarek | f933a5c | 2014-04-02 11:13:37 +0200 | [diff] [blame] | 6 | ## Sample pillar |
| 7 | |
| 8 | rsync: |
| 9 | server: |
| 10 | enabled: true |
Ales Komarek | 7bb7cc6 | 2014-04-02 20:26:56 +0200 | [diff] [blame] | 11 | bind: |
| 12 | address: 0.0.0.0 |
Filip Pytloun | 2939fa9 | 2016-03-31 19:13:57 +0200 | [diff] [blame] | 13 | module: |
| 14 | name: |
| 15 | max_connections: 2 |
| 16 | path: /srv/rsync |
| 17 | read_only: False |
Petr Michalec | e01aff7 | 2017-01-20 15:57:00 +0100 | [diff] [blame] | 18 | timeout: 300 |
Ales Komarek | f933a5c | 2014-04-02 11:13:37 +0200 | [diff] [blame] | 19 | |
Ales Komarek | 9f5c007 | 2014-04-02 14:33:40 +0200 | [diff] [blame] | 20 | ## Read more |
| 21 | |
Ales Komarek | 5bda67a | 2014-04-02 17:02:01 +0200 | [diff] [blame] | 22 | * http://rsync.samba.org/ |
Filip Pytloun | 2939fa9 | 2016-03-31 19:13:57 +0200 | [diff] [blame] | 23 | * http://www.togaware.com/linux/survivor/Rsync_Server.html |
Filip Pytloun | c348474 | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 24 | |
| 25 | Documentation and Bugs |
| 26 | ====================== |
| 27 | |
| 28 | To learn how to install and update salt-formulas, consult the documentation |
| 29 | available online at: |
| 30 | |
| 31 | http://salt-formulas.readthedocs.io/ |
| 32 | |
| 33 | In the unfortunate event that bugs are discovered, they should be reported to |
| 34 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 35 | formula: |
| 36 | |
| 37 | https://github.com/salt-formulas/salt-formula-rsync/issues |
| 38 | |
| 39 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 40 | use Launchpad salt-formulas project: |
| 41 | |
| 42 | https://launchpad.net/salt-formulas |
| 43 | |
| 44 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 45 | |
| 46 | https://launchpad.net/~salt-formulas-users |
| 47 | |
| 48 | Developers wishing to work on the salt-formulas projects should always base |
| 49 | their work on master branch and submit pull request against specific formula. |
| 50 | |
| 51 | https://github.com/salt-formulas/salt-formula-rsync |
| 52 | |
| 53 | Any questions or feedback is always welcome so feel free to join our IRC |
| 54 | channel: |
| 55 | |
| 56 | #salt-formulas @ irc.freenode.net |