Anyone use windows xcopy to backup and move files?


  1. Posts : 212
    Windows 7 64bit
       #1

    Anyone use windows xcopy to backup and move files?


    Just curious to know if anyone here uses the windows xcopy utility. I never knew it was built into windows until yesterday and its a fab tool for backing up and moving files quickly. The key switches are straight forward to use found it far more user friendly than any other backup method
      My Computer


  2. Posts : 1,483
    Windows 7 Ultimate x64 SP1
       #2

    I used to use it back in the DOS days. Now I just use Windows Explorer as I have my views selected to show all hidden and system files.

    Should one not care to do so, xcopy is a great tool for batch files and unattended file moving and saving. Ahhh, reminds me of the good old days. :)

    Anyone use windows xcopy to backup and move files?-screenshot_2.jpg
      My Computer


  3. Posts : 400
    Windows 7 Home Premium (Retail) Full version - With SP1
       #3

    Yep, I have used xcopy with the /D /Y and /s swithces for years in a batch file to back up My Documents and a few other folders. It just copies any changed files to my external backup file. I run it at least every day.
      My Computer


  4. Posts : 7,878
    Windows 7 Ultimate x64
       #4

    While I don't use xcopy, I do use robocopy which is a built-in command line tool from Microsoft that copies from one location to another and can optionally keep them in sync. Meaning that if files are deleted from the source, they get deleted from the destination too.

    The syntax that I use looks like this
    robocopy C:\users\profilename\music H:\Backups\PCName\music /mir /dst
    robocopy C:\users\profilename\pictures H:\Backups\PCName\pictures /mir /dst

    I keep these in a batch file and run them regularly and my subsequent backups usually complete in less then 30 seconds.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:08.
Find Us