First FreeNAS build "complete". Can I improve data transfer from Synology 1812+ to FreeNAS?

Status
Not open for further replies.

Tacks

Cadet
Joined
Aug 24, 2015
Messages
8
I finished my build and burn in recently. I'm now in the process of transferring (1 rsync process) the data from my Synology 1812+ to my FreeNAS server . I haven't touched the Network interface yet, nor turned on link aggregation. I've only dug into the configuration previously enough for my immediate needs and now want to optimize all parts.

Any suggestions on getting the data faster? I want to take advantage of all the features on my FreeNAS.
 

Tacks

Cadet
Joined
Aug 24, 2015
Messages
8
That would be helpful. Looking over the last 100 files transfers its approx 26.06MB/s
 

Pheran

Patron
Joined
Jul 14, 2015
Messages
280
Link aggregation won't help you between two boxes. It's only useful for lots of clients. You will not get any higher than 1 Gbps from any transfer between two endpoints. That being said, 26 MB/s seems slow for gigabit, which typically will max out around 110 MB/s. Given your system specs, your FreeNAS box should be able to do way better than that. I'd benchmark both FreeNAS and Synology individually from one client; if one is slow you've found where you need to look for the bottleneck; if both are fast then there's something wrong with the transfer method you are using.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
rsync is always slow. I feel that 26MB/sec is pretty much par for the course with a synology.
 

zetoniak

Dabbler
Joined
May 14, 2015
Messages
27
I'm with problems with the same step, i could achieve to authenticate with the certificate against synology, but my pull process doesnt seems to run, this is what it created on my /etc/crontab:
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin" /usr/bin/lockf -s -t 0 -k "/mnt/Sata/Torrent" /usr/local/bin/rsync -r -t -z -p -X --delay-updates -e "ssh -p 22 -o BatchMode=yes -o StrictHostKeyChecking=yes" "root"@10.0.0.115:\""/volume1/"\" "/mnt/Sata/Torrent" 2>&1 |/usr/bin/logger -t rsync

I also tryed mounting a NFS and cron a rsync with this format:
rsync --progress -a /mnt/Sata/Synology_Back/FreeNAS/ /mnt/Sata/Tecnico/
but it doesnt work either, if i put the command over ssh it works.

Why is this happening?
Are there cron jobs logging,? i couldn't find them
 
Last edited:
Status
Not open for further replies.
Top