I then moved from the trsync client a directory called docs-tech to ~/Tracim. When looking on the Tracim server, the directory has indeed been created but not its content (a few text files). Here is the log of trsync:
[2024-09-23T18:55:10Z INFO trsync::run2] Proceed event Local(DiskEventWrap("docs-tech", Created("docs-tech")))
[2024-09-23T18:55:10Z INFO trsync::operation::operator] Proceed event : Local(DiskEventWrap("docs-tech", Created("docs-tech")))
[2024-09-23T18:55:11Z INFO trsync::remote::watcher] remote event : content.created.folder (159504)
[2024-09-23T18:55:11Z INFO trsync::run2] Proceed event Remote(Created(ContentId(159504)))
[2024-09-23T18:55:11Z INFO trsync::operation::operator] Ignore event (planned ignore) : Remote(Created(ContentId(159504)))
Process was still running but printed nothing after this line.
Here are the corresponding apache log on the server:
Hi again Bux :-),
I ran trsync manually with a simple command:
I then moved from the trsync client a directory called
docs-tech
to~/Tracim
. When looking on the Tracim server, the directory has indeed been created but not its content (a few text files). Here is the log of trsync:Process was still running but printed nothing after this line.
Here are the corresponding apache log on the server:
I then stopped and restarted trsync with the same command: files were uploaded immediately. In trsync logs, the following lines appear for each file:
./trsync --version: basic 0.3.2
Thanks, Yvan