Good afternoon. After upgrading to version 2.48.4_1, I started the synchronization, after which I received an error:
Tried to add a line to the configuration file:
There was another mistake:
At the moment the system is FreeBSD 10.3-RELEASE-p19 # 0 r318353 and Unison-2.48.4_1
The configuration file
If you leave only 2 and 3 folders, then it is synchronized normally. But 1 and 4 immediately produce errors ...
Thankful in advance for any help!
Code:
Fatal error: Filesystem watcher error: unexpected error 23 while adding a watcher
The watcher can be disabled by setting preference 'watch' to false
Tried to add a line to the configuration file:
Code:
Watch = false
Code:
Fatal error: Server: File monitoring helper program not running
The configuration file
Code:
root = /data/
root = socket://192.168.2.1:22000//data/
#prefer = socket://192.168.2.1:22000//data/
prefer = /data/
path = share/1
path = share/2
path = share/3
path = share/4
ignore = Name {. *}
repeat = 1000
backup = Name *
backuploc = central
backupdir = /data/backup
#force = newer
batch = true
#times = true
owner = false
group = true
maxthreads = 4
rsync = false
#debug = verbose
log = true
logfile = /var/log/unison/sync_data.log
Thankful in advance for any help!