Orsiris de Jong
Orsiris de Jong
I'm really sorry, the delays have been horrible I know. You can safely update to latest git master, which alot of people use in production for some time now. I...
I've read about rsync 3.2.4 behavior changes [here](https://download.samba.org/pub/rsync/NEWS#3.2.4) So far, it seems that some expansion changes were made, except for wildcards. Could you please run `export RSYNC_OLD_ARGS=1` before running osync...
To be honest that's a bit empty as a bug report. I just reviewed line 2347, and the variable that gets compared there gets initialized no matter what, so I...
My assumption is that the config file used by @nux1701 is an elder version that doesn't hold the "ALWAYS_SEND_MAILS" variable, hence producing the error. The variable gets initialized only when...
@jeremfg Please keep me updated
osync can work with virtually anything as long as the remote drive is mounted as local. Have done this a couple of years ago with google drive using `gdrive mount`...
There are two ways you can achieve what you want: 1. Run osync target helper daemon on remote so local osync gets notified when remote file changes occur. 2. Use...
Documentation isn't updated at the moment for v1.3RC2 which is the git master version. osync target helper daemon is a service installed on targets in order to detect FS changes...
Have you had a look at `RSYNC_OPTIONAL_ARGS` in the config file ?
Since osync runs rsync in background, there's really no easy way to get progress. The only way to get this to work would be to redirect rsync output to another...