Tagged Questions
0
votes
1answer
54 views
How do I ignore errors with Unison?
I'm trying to synchronize two directories using Unison, however if it encounters a file with an error, then it skips the entire directory! I don't believe it should skip the whole directory, and ...
0
votes
2answers
164 views
Load Balancing + Folder sync
i've 2 servers.
Server A : contains
mysql
apache
nginx
Server B : contains
apache
memcached
rsync cron ( each 3 mins ) that pulls the /var/www/ content and update its own
I'm using:
nginx ...
0
votes
0answers
98 views
How to prevent unison syncronize file when file process uploading
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 = ...
1
vote
1answer
369 views
How do I setup unison to sync a folder one way
I have a 1tb NAS that has a 1tb usb external hard attached
I have prepared the file system on the usb disk and mounted it
I want to 100% sync my data from my nas to the usb disk - but I want it to ...
1
vote
1answer
472 views
how i can disable delete file option in unison sync tool?
i want to disable delete option of unison in other word i want unison tool always copy file [don't delete anything]. I read manual but i can not find what i need .
for example we have two folder ...
0
votes
1answer
531 views
How i can use unison to sync. files of folder with the latest modification time?
I try Unison. It's two-way file synchronization software yes ??.
Sooner or later I have to handle collisions (someone/something modified both files - How i can merge changes or just overwrite older ...