NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
PWS442
Dec 26, 2015Guide
ReadyNAS 314 USB failures with Robocopy
I am using ROBOCOPY to backup data to a 4TB WDC hard drive via an OWC USB 3.0 enclosure connected to one of the rear ports. The command is robocopy m: s:\aatest /e /R:1 /MIN:1 /TS /NP /FP /NDL /X...
- Dec 26, 2015
The idea on /copy:dt was to explicitly exclude the attribute copy. The forum firmware turned the :d into an emoticon (an annoying habit it has).
PWS442 wrote:
I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?
If you are driving the backup from the PC, it is better to use a direcly connected USB drive. Otherwise you are transfering all the data over the network twice.
StephenB
Dec 26, 2015Guru - Experienced User
Try adding /COPY:DT to your command line.
However, this is a very inefficient way to copy (the data goes from the NAS to the PC, and then back to the NAS USB drive).
Two faster methods:
(a) attach the WDC disk directly to the PC (so the data only transits the network once).
(b) use an RN314 backup job (so the data doesn't transit the network at all).
PWS442
Dec 26, 2015Guide
Adding the T option did not copy new, nor modified files. Nothing was listed in the log. First it said the file I modified was skipped, then it said that it and the new file were both skipped. Using DAT (the default) also did nothing. Using /Copyall (DATSOU) said that I "do not have the Manage Autiting user right". DATS gave same error as before.
I will look into the native backup options (can snapshots be excluded?), or revise my VB6 program and run it on the W10 box.
I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?
- StephenBDec 26, 2015Guru - Experienced User
The idea on /copy:dt was to explicitly exclude the attribute copy. The forum firmware turned the :d into an emoticon (an annoying habit it has).
PWS442 wrote:
I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?
If you are driving the backup from the PC, it is better to use a direcly connected USB drive. Otherwise you are transfering all the data over the network twice.
- PWS442Dec 27, 2015Guide
Thank you. I used the "d" option, did not see the "t" from the PC for a small folder successully. Then set up a backup job of the entire 5.44TB (usable) 4.70 (free), and to the WDC 4TB over the USB 3.0 rear port, it took 11 hours! Seems excessively long.
However, my question, (and RTM might be the answer) is how do I exclude certain files/folders? The Mac leaves a lot of ".DS*" and "._*" files around, and heaven forbid the drive gets a Recycle Bin (although I think I kind of liked that on the older ReadyNAS devices vs snapshot, just scared of editing the files and "bricking" it.)
Thanks and have a happy season.
- StephenBDec 27, 2015Guru - Experienced User
PWS442 wrote:
However, my question, (and RTM might be the answer) is how do I exclude certain files/folders? The Mac leaves a lot of ".DS*" and "._*" files around
There are several ways to exclude (and include) with Robocopy. For your specific patterns, this is what you'd want:
/XF *.DS /XF *._*
There's a good command line summary here: http://ss64.com/nt/robocopy.html (it includes a bit more explanation than Microsoft's page here: https://technet.microsoft.com/en-us/library/cc733145.aspx )
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!