Setup unison » Historie » Version 2
Jeremias Keihsler, 29.10.2024 09:46
| 1 | 1 | Jeremias Keihsler | h1. Install unison |
|---|---|---|---|
| 2 | |||
| 3 | h2. Requirements |
||
| 4 | |||
| 5 | To install unison you will need the following: |
||
| 6 | * a installed and supported operating system (e.g. CentOS 9.x) |
||
| 7 | * root-access |
||
| 8 | * [[repo_epel|EPEL]] |
||
| 9 | * a fast internet connection |
||
| 10 | |||
| 11 | h2. Preliminary note |
||
| 12 | |||
| 13 | you may consult the official homepage |
||
| 14 | 2 | Jeremias Keihsler | * https://github.com/bcpierce00/unison |
| 15 | * for reference only: http://www.cis.upenn.edu/~bcpierce/unison |
||
| 16 | 1 | Jeremias Keihsler | |
| 17 | h2. Install |
||
| 18 | |||
| 19 | <pre><code class="bash"> |
||
| 20 | dnf install unison |
||
| 21 | </code></pre> |
||
| 22 | |||
| 23 | h2. 4 Usage |
||
| 24 | |||
| 25 | Basic usage: |
||
| 26 | <pre><code class="bash"> |
||
| 27 | unison /mnt/dat /media/ext_HDD |
||
| 28 | </code></pre> |
||
| 29 | |||
| 30 | if there is some Microsoft-Filesystem involved you maybe won't sync the file-permissions |
||
| 31 | <pre><code class="bash"> |
||
| 32 | unison /mnt/dat /media/ext_HDD -perms 0 |
||
| 33 | </code></pre> |