Continue file copy/backup even if an error occurs when using Xcopy alternative replacement tool

Hey Guys! When you’re backing up or copying large amounts of data, errors are inevitable whether it’s due to permission issues, file corruption, or locked files. The real challenge is ensuring the copy process continues without stopping completely when such errors occur.

What is Copywhiz?

Copywhiz enhances your file-copy experience by letting you to have more flexibility & control over the file copying and backup process.

Here is how Copywhiz makes file copying a breeze:

  • Copy only new or modified files
  • Easily pick files by name, extension, folder etc from bunch of folders
  • Automatically organize files based on file attributes and metadata
  • Copy files to multiple folders/computers
  • Copy files from multiple folders and paste them at once
  • Sync files between source and destination
  • Pick files from multiple folders and compress in single .zip file
  • Schedule file backups
  • Verify copied files for data integrity
  • Retain security attributes of files & folders (ownership/user access)
  • Several more hidden nuggets designed to make your file-copy task easier.

Below is a video describing this feature:

Video Transcription:

  1. As shown in the video, select the files, right-click and copy using Copywhiz.
  2. Before we paste the files in destination folder we will delete a file from here.
  3. We now know that an error message will pop-up since a source file does not exist.
  4. We will now paste the files into this folder and see how Copywhiz responds.
  5. Right click and choose Paste with Copywhiz.
  6. As expected, an error message has popped up. We now have the option to retry copying, skip copying this file or cancel the whole copy task.
  7. After copying files, Copywhiz also generates a log with list of errors.

Using Xcopy to Handle File Copy Errors:

  1. Open Command Prompt:

Press Win + R, type cmd, and hit Enter.

  1. Use the following syntax:

bash
Copy
Edit
xcopy “source\path*” “destination\path\” /E /C /I /Y

Explanation of the switches:

/E: Copies all subdirectories, including empty ones.
/C: Continues copying even if an error occurs.
/I: If destination does not exist, assumes it’s a directory.
/Y: Suppresses confirmation to overwrite files.

  1. Example:

bash
Copy
Edit
xcopy “C:\Projects*” “D:\Backup\Projects\” /E /C /I /Y

Conclusion:

Copywhiz offers a user-friendly and robust solution, making it the ideal choice for professionals and everyday users alike.

If you need more control, error-handling, and a smoother experience, Copywhiz is the better choice.

Whether you’re backing up a few files or managing large file operations, continuing the copy even after errors is essential to save time and avoid data loss. Hopefully, this guide helps you choose the right tool for the job.

Learn more about Copywhiz. Download the free trial from here.

For short tutorial videos, Check out this page.

Subscribe to our YouTube channel for interesting videos.

Check out our other cool products.

Have a good day!

Thanks :)

Leave a Reply

Your email address will not be published. Required fields are marked *