You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing only permission and ownership in one side, bsync doesn't detect the modification and doesn't propagate it.
I'm doing it with a separate bash script: it synchronizes only files differents by permissions or ownership, and uses rsync and some trick to force synchronization in the right direction (I can't let rsync decide the direction of synchronization based on modification time, because obviously we need to check the change time).
Here is the bash script I'm using: probably not possible to use any of it to integrate in bsync, but I show just as an example. Also, this is a simple, not updated version, that only synchronize in one direction from remote to local.
Hi
When changing only permission and ownership in one side, bsync doesn't detect the modification and doesn't propagate it.
I'm doing it with a separate bash script: it synchronizes only files differents by permissions or ownership, and uses rsync and some trick to force synchronization in the right direction (I can't let rsync decide the direction of synchronization based on modification time, because obviously we need to check the change time).
Here is the bash script I'm using: probably not possible to use any of it to integrate in bsync, but I show just as an example. Also, this is a simple, not updated version, that only synchronize in one direction from remote to local.
The text was updated successfully, but these errors were encountered: