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