Re: Robocopy working differently on my new NAS
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
"BeachGuy" <jhjacobsRE@xxxxxxxxxxxxxxxxxx> wrote in message
news:etK1Q1uGLHA.1052@xxxxxxxxxxxxxxxxxxxxxxx
I just installed a 1TB Netgear MS2110 NAS on my home network to replace
the USB drive I had been using for nightly backups with a robocopy batch
file. The USB backup worked fine, but was running out of space. The
robocopy /MIR parameter ensured that only files that changed since the
last backup were copied.
Using the new NAS, robocopy seems to think every file, whether changed or
not, is "newer", so it now recopies every file.
Is there some additional parameter or something else I need to do so that
robocopy will recognize and not recopy unchanged files?
I sure appreciate your help, -John
Have a look at these two switches:
/FFT :: assume FAT File Times (2-second granularity).
/DST :: compensate for one-hour DST time differences.
.
Relevant Pages
- Re: OT: Hard Drive Backup Tools?
... In this folder there are no system files at all - just my data, pictures, mp3 and so on. ... This is where I use a DOS program called robocopy to do a copy before I do my backup: ... but I know it is:) Does more checking I think - and it also duplicates an entire directory structure without leaving deleted files behind - i.e. you get a true duplicate of the files and directory structure at the time of running the command - no remnants from the previous backup. ... (comp.graphics.apps.lightwave) - Re: Can I run a copy program with backup operator rights
... When I use robocopy I have ... > If I use windows backup I need to backup to an intermediate backup file ... Or does someone know of a freeware tool to ... If you run robocopy under the same account as ntbackup.exe ... (microsoft.public.win2000.general) - Re: Resuming failed backup
... Because it takes 36 hours for this to complete, the chance of it ... Can I resume a failed backup (without resorting to a subsequent ... Is robocopy a better solution for what I'm doing? ... the chances of it failing are high. ... (microsoft.public.windows.server.general) - Re: Is scripting what I need?
... You probably bought a VB script book. ... In fact, the only thing to do is create a textfile called 'onlinebackup.cmd', use notepad to open it and add the robocopy command in it. ... If your network is slow during backup because robocopy uses too much bandwith, ... WHS caveats. ... (microsoft.public.scripting.vbscript) - Re: Robocopy problems
... > checks tonights backup and if it fails i will try to robocopy manually. ... >>> I have a backup stratergy that involves copying files from our NAS ... (microsoft.public.win2000.general) |
|