Marc MAURICE

Results 53 comments of Marc MAURICE

Thanks for your feedbak/idea. There are more things to consider: - how do we handle circular symlinks - do we need additionnal checks when symlinks to another filesystem type (permissions/modification...

Hi Airwan, Thanks for the feedback. Can you test transfering your files with rsync -a ? The first rsync run should transfer the files. The second run should do nothing....

Hi Airwan, Thanks for the output. I made a new bsync branch with some fixes in filenames with non utf8 characters. Can you test it ? see #9

Hello sophana, If you really moved the file, and the filesystem has inodes (like ext4), the move should be detected. But if you copied it, then deleted the original file,...

Hello, I would be interested to see the output of ls -i on your file. Then move the file. then ls -i again on the moved file. Yes we may...

hello @segator This will be a huge improvement to add. Note that there are already existing tools to handle bi-directionnal sync in almost real time : - https://syncthing.net/ - https://www.csync.org/...

Hello, Can you be more specific ? I do not understand exactly what you are suggesting. You mean more than 2 nodes ?

Hello @l-Marty-l Unfortunately bsync is heavily based on rsync which does not support FTP nor FTPS. Technically, rsync is using SSH ie more than SFTP : it need to run...

Hi, thanks for your feedback. You're right, this could be a useful feature. I'll think about it !!