hendry
Explorer
- Joined
- May 24, 2018
- Messages
- 98
I've updated to TrueNAS stable 12 and my rsync script only gets 11MB/sec[1]. Is that to be expected?
[1] https://twitter.com/kaihendry/status/1333035857125675008/photo/1
Furthermore I get this odd /.": Operation not permitted (1) ... error, despite the fact I'm able to write to /mnt/red/redsamba
If I was to upgrade to a TrueNAS® Mini... how would I know what performance I could expect?
Code:
rsync -vaihhHSP --exclude "Transcoded Media" --exclude=".*" --exclude "*Render Files*" --exclude "*Analysis Files*" --omit-dir-times mysrctree/ freenas:/mnt/red/redsamba
[1] https://twitter.com/kaihendry/status/1333035857125675008/photo/1
Furthermore I get this odd /.": Operation not permitted (1) ... error, despite the fact I'm able to write to /mnt/red/redsamba

Code:
[hendry@t14s ~]$ cd /tmp [hendry@t14s tmp]$ touch testing123 [hendry@t14s tmp]$ rsync testing123 192.168.1.2:/mnt/red/redsamba/ [hendry@t14s tmp]$ echo $? 0 [hendry@t14s tmp]$ ssh 192.168.1.2 "ls /mnt/red/redsamba/test*" /mnt/red/redsamba/testing123
If I was to upgrade to a TrueNAS® Mini... how would I know what performance I could expect?