Hi, I've been trying to get the plug-in to work, I am trying to sync to an older Synology NAS (DS1511+). Its running DSM version 6.2.4. Unfortunately, it also seems to have a very old version of rsync and doesn't seem to understand the --info-STATS2. In terminal I can issue the following command which completes no problem rsync -avrh --info=progress2 --ignore-existing --size-only /mnt/user/movies
[email protected]:/volume1/Movies Changing the command to the following fails: rsync -avrh --info=STATS2 --ignore-existing --size-only /mnt/user/movies
[email protected]:/volume1/Movies Anyways is there a way to change the --info=STATS2 to --info=PROGRESS2?