How to prevent unison syncronize file when file process uploading
- by user134600
I use CentOS 5.8 Final.
My situation is I running unison with cron where script below :
*/1 * * * * /usr/bin/unison /dev/null 2&1
and default profile like below :
root = /var/www
root = ssh://web02.example.com//var/www
auto=true
batch=true
confirmbigdel=true
fastcheck=true
group=true
owner=true
prefer=newer
silent=true
times=true
So…