Setup unison » Historie » Version 1
Jeremias Keihsler, 29.10.2024 09:45
| 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 | * http://www.cis.upenn.edu/~bcpierce/unison |
||
| 15 | |||
| 16 | h2. Install |
||
| 17 | |||
| 18 | <pre><code class="bash"> |
||
| 19 | dnf install unison |
||
| 20 | </code></pre> |
||
| 21 | |||
| 22 | h2. 4 Usage |
||
| 23 | |||
| 24 | Basic usage: |
||
| 25 | <pre><code class="bash"> |
||
| 26 | unison /mnt/dat /media/ext_HDD |
||
| 27 | </code></pre> |
||
| 28 | |||
| 29 | if there is some Microsoft-Filesystem involved you maybe won't sync the file-permissions |
||
| 30 | <pre><code class="bash"> |
||
| 31 | unison /mnt/dat /media/ext_HDD -perms 0 |
||
| 32 | </code></pre> |