osync
osync copied to clipboard
Is that possible to set osync to use only sequential writes on bidirectional sync?
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.
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.