Comment paralleliser rsync avec fpsync

hi. My rsync looks like this (doing this from the new NextCloud server):
rsync -Aavxt --exclude ‘nextcloud.log’ --exclude ‘updater-*’ oldnc_server.com:/media/nextcloud/ /media/nextcloud/

I am trying to make it go faster with fpsync. It looks like this:
fpsync -n 4 -o “-Aavxt --exclude ‘nextcloud.log’ --exclude ‘updater-*’” oldnc_server.com:/media/nextcloud/ /media/nextcloud/

but it doesn’t work. :frowning: Can you spot errors with my ‘fpsync’ line?

Thanks,
Nick