Download and install unison
1 | yum install -y --downloadonly epel-release.noarch |
Version
1 | unison -version |
Sync file between local directories in one time
1 | unison /tmp/src/ /tmp/dst/ |
Sync file every 10s
1 | unison -repeat 10 -prefer newer /tmp/src/ /tmp/dst/ |