LINBIT / csync2

file synchronization tool using librsync and current state databases
GNU General Public License v2.0
145 stars 39 forks source link

Directory mtime #34

Open debug-ch opened 3 years ago

debug-ch commented 3 years ago

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

erlandl4g commented 3 years ago

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

debug-ch commented 3 years ago

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.

erlandl4g commented 2 years ago

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.