csync2 icon indicating copy to clipboard operation
csync2 copied to clipboard

Directory mtime

Open debug-ch opened this issue 4 years ago • 3 comments

Please adapt the code so that the directory mtime is not lost when replicating.

debug-ch avatar Jul 11 '21 07:07 debug-ch

I have it fixed on my forked version. Opened Pull request but it seems it is not being taken by main branch.

erlandl4g avatar Oct 04 '21 07:10 erlandl4g

I have it fixed on my forked version. Opened Pull request but it seems it is not being taken by main branch.

Tnx a lot! I will try this version if your Pull request is ignored.

debug-ch avatar Oct 04 '21 10:10 debug-ch

It is ignored and I have moved on, by having a few more fixes related to time stamps being missed and being just at second resolution. Now my fork does a nanosecond resolution transfers.

While using Csync2 I have decided to use Inotify to send only changes required (and not a full resync every time) thus got a separate Inotify running with a helper shell script.

erlandl4g avatar Jan 09 '22 16:01 erlandl4g