osync icon indicating copy to clipboard operation
osync copied to clipboard

A robust two way (bidirectional) file sync script based on rsync with fault tolerance, POSIX ACL support, time control and near realtime sync

Results 51 osync issues
Sort by recently updated
recently updated
newest added

LOCAL_RUN_AFTER_CMD and REMOTE_RUN_AFTER_CMD options are used even if there is no change with rsync. Should be interesting to have an option as RUN_AFTER_CMD_ON_CHANGE=yes/no and only exec command respectively if there...

osync (stable or git HEAD) fails to sync due to not recognising the OS. **To reproduce** For example, ``` asharma:~$ bash /usr/local/bin/osync.sh /etc/osync/notes.conf TIME: 1 - Running on >> GENERIC.MP#1

not a bug

First of all, thanks for the great work. I have the following issue on two Deb10 systems with : the replication runs from master to slave fine, it updates files...

Hi This is a question (not a bug). I'm wondering if it's possible, via the config or some other ways, to have the following behavior: When there a conflict (the...

**Describe the bug** I have just cloned the git repository and run the install shell script. I have made no modifications to the source. I am running on Ubuntu 20.10....

I noticed on the target machine there is a lot of "osync.remote.$SCRIPT_PID.$TSTAMP" folders in the /tmp folder. Those folders are created each time osync runs on the initiator machine. Shouldn't...

bug

The method [_getFileCtimeMtimeLocal](https://github.com/deajan/osync/blob/master/dev/n_osync.sh#L907) is using a var that is not defined, maybe from a copy/paste from another?

I am trying to syncing a [goofy's](https://github.com/kahing/goofys) mounted folder to a local folder but I had issues probably due to random writes, not implemented by goofy's app.

question

Hello, I have been using your osync script for around 3 months. It was working properly. But recently I found errors in updating target replica. Syncing has been stopped due...

- The Qnap OS, for the find command, does not support -ctime as a parameter - Running with cygwin the "ps -A" is not supported - The df command on...

enhancement