osync icon indicating copy to clipboard operation
osync copied to clipboard

Is that possible to set osync to use only sequential writes on bidirectional sync?

Open barbarioli1 opened this issue 5 years ago • 1 comments

I am trying to syncing a goofy's mounted folder to a local folder but I had issues probably due to random writes, not implemented by goofy's app.

barbarioli1 avatar Nov 30 '20 20:11 barbarioli1

That's not possible. osync is an rsync wrapper. rsync uses the famous rsync delta algorithm, which isn't writing sequentially.

You'd be better searching goofy/rsync compat issues.

deajan avatar Dec 22 '20 11:12 deajan