News:

RAID is not a replacement for a backup! Here's why.

Main Menu

Can't use XCOPY for backups like I used to.

Started by OBie, July 19, 2009, 07:45:50 PM

Previous topic - Next topic

OBie

   

Simply,

 

   I would use a simple .BAT (BATCH) file and Windows Scheduler to backup files from one computer to another.

 

Example:

 

Works on Windows computers: 

XCOPY \\mycomputer\folder\*.* \\othercomputer\folder\ /DIECRY

   would copy only files that are new, or changes since last backup.

 

Copies everything, everytime when backing up to NAS: 

XCOPY \\mycomputer\folder\*.* \\myNAS\folder\ /DIECRY

 

The NAS batch file works, BUT, it copies EVERYTHING, EVERYTIME.

 

No matter what \SWITCHES I use, it alwasy copies the entire folder.

 

The \INCERMENTAL copy is based on TIME/DATE and not being a Linux user,

I'm assuming that XCOPY can NOT read the TIME and DATE correctly on the NAS, Linux operating system?

 

Windows Scheduler & XCOPY was a quick, free and easy system for simple backups.

 

Anyone know if this is true and are there any workarounds.

 

thanks....


stevepow

   

I noticed the same problem using ViceVersa Pro to copy files.  VVP has a setting to allow for up to two seconds difference in time stamp to allow for differences in different file systems and that solved my problem.  XCOPY doesn't have that feature.

 

XCOPY has a lot of limitations though, and if you do a lot of large file/folder copies, ViceVersa or a tool like that is a much better way to go.



Browser ID: smf (is_webkit)
Templates: 4: index (default), Display (default), GenericControls (default), GenericControls (default).
Sub templates: 6: init, html_above, body_above, main, body_below, html_below.
Language files: 5: index+Modifications.english (default), Post.english (default), Editor.english (default), Drafts.english (default), StopForumSpam.english (default).
Style sheets: 4: index.css, attachments.css, jquery.sceditor.css, responsive.css.
Hooks called: 149 (show)
Files included: 35 - 1354KB. (show)
Memory used: 1012KB.
Tokens: post-login.
Queries used: 16.

[Show Queries]