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.
Can you spot errors with my âfpsyncâ line?
Thanks,
Nick