osync
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
On a working 2 host replication I have added one directory (existing on both hosts) to the ignore list. osync has deleted it on both hosts. Hopefully I have found...
**Describe the bug** If a sync is interrupted, the lock file with an out of date pid remains in the filesystem. (Worst case is that a user unplugs a USB...
There is an example in documentation, which shows how to invoke osync when bash is not the default shell. It would be helpful to put there also note which mentions...
It took me a while to realize that specifying a target and initiator causes osync to completely ignore the config file you pass it. Suggest making this explicit in the...
**Describe the bug** the Sync worked perfectly and synced files with another folder but when i try to access the files from another pc via a smb share im told...
**Describe the bug** Tried to add some list to exclude, but i get them deleted from source and destination **To Reproduce** RSYNC_EXCLUDE_FROM="exclude.list"
**Describe the bug** Unable to sync with config file. **To Reproduce** Setup: Mac -> Mac. What works fine: ``` osync.sh --initiator='~/code' --target="ssh://kris@IP_ADDRESS//Users/kris/code" --rsakey=~/.ssh/id_ed25519 ``` What does not work fine: `osync.sh...
Hi, I have a situation in which I want to sync files with osync, however, I do not trust the computer that initiates the sync process completely. Therefore, I created...
Hi ! Does Osync work with 3 nodes ? If any files changed or removed in the node 1, will osync ssh all files changed in node2 and 3 ?...
Unrestricted ssh connections to remote hosts using unprotected secret keys open a security hole in the remote server. To access remote resource over ssh, osync.sh must use a secret ssh...