January 23, 201214 yr What will be the best and fastest way to move a couple of hundred gigabytes of data, mostly DVD ISOs, to another NAS (Netgear NV+). What speeds can be expected? I don't want to use a third computer.
January 23, 201214 yr Author mount the NAS share in unraid and use midnight commander. What speeds can be expected that way? Can I tweak the mount command a bit to optimize performance? Or just use smbmount? Would the mv command be faster?
January 23, 201214 yr Author Does the netgear do rsync? if so I would use that. Yes it does, but i haven't been able make that work. Can you explain how to setup rsync between unraid and netgear nv+
January 23, 201214 yr Does the netgear do rsync? if so I would use that. Yes it does, but i haven't been able make that work. Can you explain how to setup rsync between unraid and netgear nv+ I don't remember how to set it up on netgear NV+ ( I sold mine about 4 years ago ). from the unRAID perspective the command would be something like. rsync -avP files rsync://netgearhostname/netgearsharename/netgeardirectory unless you have ssh enabled. then it would be rsync -avP files netgearusername@netgearhostname:/netgeardirectory That will copy. if you want to remove the files after the copy succeeds add rsync -avP --remove-sent-files files netgearusername@netgearhostname:/netgeardirectory
Archived
This topic is now archived and is closed to further replies.