In case of geodiff supported files we should completely avoid copying files since they can be open with some clients in WAL mode and thus changes would be lost.
We need either to flush changes right before copy or not to copy at all (might be impossible in some cases). Also we need to investigate how robust is geodiff sync against data loss when some file is still open by 3rd client (e.g. modified between pull and push)
In case of geodiff supported files we should completely avoid copying files since they can be open with some clients in WAL mode and thus changes would be lost.
We need either to flush changes right before copy or not to copy at all (might be impossible in some cases). Also we need to investigate how robust is geodiff sync against data loss when some file is still open by 3rd client (e.g. modified between pull and push)