I have a mounted a folder from my NAS with mount -t smbfs -o -d=755,-f=755 //nas.local/backup ~/backup.
I now try to rsync a local folder to this distant folder with something like rsync --modify-window=30 -irvt --info=progress2 --delete-after test-dir ~/backup.
I've tried a lot of rsync options, but I'm always getting >f..t....... on all the files, so I always have speedup is 1.00 even if I run the same rsync multiple times in the row, without changing anything in the source folder. I don't have this issue when running the rsync between 2 local folders.
What am I doing wrong here ?
Thanks,
--modify-window, e.g. FAT?BTRFSon my NAS. I tried the--modify-windowto see if it could help with my problem, but it didn't :/