Preview files to be copied in Windows, before actually copying them, using a Robocopy alternative replacement tool

We like to have a preview of our documents and images before sharing or printing them or even saving the edits made. Then why not have a preview of the list of files that will be copied on your system?

You could easily exclude or include certain files forgotten or those not required. This not only saves your time and efforts but also a lot of space on your system. You can also filter them according to their date, size, etc.

This post will tell you how to preview the list of files that will be copied, before actually copying them.

In this article we will show you how this is possible using the Windows Robocopy tool and an alternative software Copywhiz, which does the same thing in a much user friendly manner.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

Steps to generate a file Preview

Using Robocopy

Robocopy Source [Destination] /L command displays a list of files that are to be copied.

For Ex: To display a list of files that are to be copied from the folder “projects” to “backup”, the following command line will be used:

Robocopy C:\projects d:\backup /L

You can do this using Xcopy commands too. Check out this article

However, these Robocopy commands are not straightforward. System administrators may be able to use it. But Robocopy may be quite confusing for ordinary users. Instead, let me show you a more comfortable and faster method.

Using Copywhiz

1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu as shown below :

2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste Advanced. The Advanced settings dialogue box will open.

Advanced Settings

3. Click on the “Preview” button located below in the right corner. The Preview Window will open

Here is how the Copywhiz Preview Window will look like:

All the files you selected will be listed down before you proceed with your file copy.

Conclusion

Copywhiz is an alternative that allows you to preview files before copying them and ensure that the right files are copied. This avoids mistakes and any incorrect files from being copied to make sure only the important files are copied. You can also use this feature to view the list of new & modified files in a folder.

Thus you stay safe and confident.

The biggest advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here.

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks for staying till the end :)

Continue file-copying even if an error occurs in Windows using a Robocopy alternative replacement tool

When copying a large number of files, we often see a window pop up telling that an error occurred while copying. Isn’t this very annoying? Wouldn’t it be great if instead of attending to every error message, you could skip that particular type of error and continue copying?

This article will show you how this is possible with the Windows Robocopy tool and also an alternative software , Copywhiz.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

An image showing one of the features of Copywhiz

Steps to continue file copy on error

Using Robocopy

Robocopy source destination [file [file]…] /r:n w:n command lets us to continue file-copying even if error occurs.
‘R’ is the retries on failed copies, and ‘W’ is the waiting time between those retries. Also, n=the number of times of retry and waiting.

For Ex: To copy contents of ‘C:\project’ to the folder ‘D:\Backup’, while continuing to copy on errors, the following command line will be used:

Robocopy C:\project D:\Backup /R:0 W:0

You can do this using Xcopy too. Here is the article.

However, Robocopy commands are not straightforward. System administrators may be able to use it. But, Robocopy is quite confusing for ordinary users.

Using Copywhiz

Watch a short video that perfectly depicts this feature:

When copying files, Copywhiz does not stop on an error. Instead it lets you retry or skip that particular file and proceed.

See the image below for more clarity:

Also, if a file is locked (like a file-in-use), Copywhiz will wait until you unlock the file. In fact, Copywhiz will show you which program is currently using the file so that you can close the program in order to continue with your file copy.

If the disk is full, Copywhiz will show you how much space you need to free in order to complete the operation successfully as shown below:

The most significant advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks for taking the time to read :)

Exclude specific folders when copying files in Windows using a Robocopy alternative replacement tool

Excluding certain folders when copying files has several advantages. You can save disk space, get rid of unwanted and temporary files, and save time in copying & backing up of files. Also, handling a smaller file set is much more comfortable.

Let us see how to do this using Robocopy, and an alternative software , Copywhiz which does the same thing in a much user friendly manner.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.
Screenshot_Copy_Only_Specific_Type_Of_Files

An image depicting one of the features of Copywhiz

Steps to exclude specific folders when copying files

Using Robocopy

Robocopy Source Destination/XD dirs [dirs]… command lets us to specify a list of directories (folders) containing strings to be excluded. These strings are not entered directly in the command switch. They are one or more text files that list the strings to be excluded.

For Ex: To copy files from “projects” folder to the folder “backup”, by excluding certain type of folders, say, the ones having your personal information, the following command line will be used:

Robocopy c:\projects c:\backup xd list-of-excluded-folders

But these Robocopy commands are not straightforward. System administrators may be able to use it. Robocopy is quite difficult for ordinary users. Instead, let me show you a more comfortable and faster way to do this.

Using Copywhiz

Watch a short video describing this feature:

Video Transcription

1. Go to Windows File Explorer, select the files from the source folder, right-click and choose Copywhiz–>Copy as shown below:

2. Go to the destination folder, right-click, and choose Copywhiz–> Paste Advanced. The Advanced Settings dialogue box will open.

Advanced Settings

3. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can then select the “Exclude folders” option. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the OK button in the Advanced Settings dialog box.

Exclude-Folders

4. Click on “OK” and then “Paste Now” to complete file copying.

Conclusion

Copywhiz lets you choose which type of files to copy and which to ignore – i.e, it lets you to do ‘Selective File Copy’. Pick only those files and folders that are important and avoid the ones not required with Copywhiz. Easily filter files by name, extension, folder, etc. from a bunch of folders.

Complete big file copy tasks with just a few clicks and save manual effort with Copywhiz.

The biggest advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

Learn more about Copywhiz.

Download the free trial from here.

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Check out our other cool products.

Have a good day.

Thanks for reading :)

Copy only new & modified files in Windows using a Robocopy alternative replacement tool

File copy occupies a lot of our time and effort every day. While this is manageable for limited files but not when there are multiple files (sometimes running to thousands).

It takes a lot of time and effort to find, sort, select, and copy files. Also, if the file with the same name already exists, it becomes even more tiring to find it and replace it with the latest version of that file. It is therefore wiser to copy only new or modified files.

It would be best if you left out the idea of doing this manually. You can try doing this using commands like Robocopy or Xcopy. Or use a file copy software that will do it easily and quickly for you. But not every software offers this feature, and even if it does, it cannot with the required flexibility and speed.

We therefore bring a file copy software that will do it for you in just a few minutes: Copywhiz. Using Copywhiz, copy only files that have been recently modified, leaving out the older ones completely.

Let us first see how to do this using Robocopy and then using Copywhiz, so that you can decide it yourself.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

Steps to copy only changed files (new and modified)

Using Robocopy

The Robocopy command Robocopy Source [Destination] /XO :[YYYYMMDD] copies all Source files changed on or after the specified date only. This command-line option allows you to update files that have changed.

For Ex: To copy all the files in the directory ‘E:data’ that are modified on or after 1 st January 2018 to the folder ‘E:\backup’, the following command line will be used:

Robocopy E:\data E:\backup /xo 20180101

You can do this using Xcopy too. Here is the article explaining that.

However, commands like Robocopy are not that easy. System administrators may be able to use it. But ordinary users will find it difficult. Instead, I will show you how to do it very quickly/easily using Copywhiz.

Using Copywhiz

Here is a short video that depicts how to do it easily in Windows using Copywhiz:

Video Transcription

1. Go to Windows File Explorer, select the files from the source folder, right-click and choose Copywhiz–>Copy as shown below:

2. Right-click inside the destination folder where you wish to copy the files and select Copywhiz–>Paste Advanced.

3. Copywhiz Window will open. Click on the ‘Advanced Settings’ button and select “Automatically identify & paste only new or modified files” and click ‘OK.’

Paste-Only-New-Modified-Files

4. If the same folder already exists in the destination, then only new or modified files will be replaced, and the others are skipped, saving a lot of time.

Copywhiz automatically detects new & changed files making the whole process very quick.

Alternatively, you can copy files based on specific dates (date modified, date created, date accessed).

To Conclude

What could take several hours if done manually, Copywhiz completes it in few seconds! Specify the file date type and date range so that the files are copied based on the date criteria.

This feature is handy while sharing/uploading only recently modified files or even to pick the latest music/pictures from multiple folders.

The most significant advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

Learn more about Copywhiz.

Download the free trial from here.

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Exclude specific files when copying in Windows using a Robocopy alternative replacement tool

This post will help you in excluding certain files of your choice from being copied.

Why exclude specific files?

By default, any copy program will copy everything (all the files) from the folder that you specify as the source. But, at times, we would like to filter and include only specific files. For Ex: Copy only pictures and not videos, only source code files and not object files, all documents except PDF files, and so on.

In this particular post, we will talk about this by comparing Robocopy to an alternative software , Copywhiz.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

You can check out more of Copywhiz’s features from here

Steps to exclude specific files

Using Robocopy

Robocopy Source Destination /XF file [file]… command lets us to specify a list of files.

For Ex: To copy files from ‘C:\pictures’ to the folder ‘c:\backup’, by excluding certain type of files, the following command line will be used:

Robocopy c:\pictures c:\backup /XF list-of-excluded-files

You can use Xcopy too. Here is the article you can check out.

However, Robocopy commands are not straightforward. System administrators may be able to use it. But, Robocopy is confusing for ordinary users.

Let me now show you a more comfortable and faster way to do this.

Using Copywhiz

Copywhiz makes this very user-friendly. Watch a short video depicting this feature:

Video Transcription

1. Go to Windows File Explorer, select the files from the source folder, right-click and choose Copywhiz–>Copy as shown below:

2. Go to the destination folder, right-click, and choose Copywhiz–> Paste Advanced. The Advanced Settings dialogue box will open.

3. You can include or exclude files/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the OK button in the Advanced Settings dialog box. All the required files are copied successfully.

Screenshot-Exclude-Files

Conclusion

Copywhiz lets you to choose which type of files to copy & which to ignore – i.e, it lets you to do ‘Selective File Copy’. Easily filter files by name, extension, folder, etc. from a bunch of folders. You can complete big file copy tasks with few clicks & save manual effort with Copywhiz.

For more tutorial videos, check out this page and also our YouTube channel

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

Have a good day.

Thanks for reading till the end :)

If you found this post useful, do spread the word by sharing it.

Copy only files newer than the day/date you want in Windows using a Robocopy alternative replacement tool

We often spend a lot of our precious time in copying the same set of files every day or every few days to take backups. It would be very convenient if we could copy only those files that have been newly added or recently modified after a particular day or date.

This is a tedious task if done manually. Therefore let us look at how this is possible using Robocopy and an alternative software Copywhiz, which does the same thing in a much user friendly manner.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

An image depicting one of the features of Copywhiz

Steps to copy newer files based on date

Using Robocopy

The Robocopy command Robocopy Source [Destination] /maxage:n (where n can be the number of days or date of format YYYYMMDD) copies all source files that are newer than the date specified.

For Ex: To copy all the files in the directory ‘E:\data’ that have been added or modified on or after 1st JAN 2018 to the folder ‘E:\backup’, the following command line will be used:

Robocopy / E:\data E:\backup/MAXAGE:20180101

However, these commands are quite confusing and difficult to understand. It is, therefore, advisable to use Copywhiz, which is faster and more straightforward.

Using Copywhiz:

Watch a short video that perfectly depicts this feature:

Video Transcription

1. Right-click on the folder from which only new or modified files need to be copied and choose Copywhiz–>Copy from the menu as shown below:

2. Go to the destination folder, right-click on it and select Copywhiz–>Paste Advanced. The advanced settings dialogue box will open.

3. Select the date option, as shown in the picture below.

Paste-By-Created-Modified-Accessed-date

Conclusion

This feature is handy while sharing/uploading only recently modified files, taking backups of just new and modified files, especially when there are several files to copy. Thus, Copywhiz proves to save a lot of time and effort and thereby increase productivity.

The most significant advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

Learn more about Copywhiz.

Download the free trial from here.

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Copying and filtering files based on their size in Windows using a Robocopy alternative replacement tool

During our file copy, we would sometimes not want files that are too large, or sometimes we may require only large files to be copied. Whatever may be the case, the basic idea is to select the files you want to copy only based on their sizes.

Wouldn’t it be great if you could do that without much time and effort? Instead of copying all the files and later deleting the ones not required, you can just skip copying files not required altogether.

This post will show you how to copy files only of the size (small or large) you want, allowing you to exclude files not needed. Let us look at how this is possible with Windows Robocopy tool and an alternative software Copywhiz.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

Steps to copy files based on size

Using Robocopy

The Robocopy command Robocopy source [destination] /max:n lets you set the maximum limit on a file size. Which means files larger than the mentioned size would not be copied.

Similarly, the command Robocopy source [destination] /min:n lets you set the minimum file size limit so that files smaller than the mentioned size would not be copied.

For e.x: to exclude files larger than 10 KB when copying files from “projects” folder to “backup” folder, you will apply the following command :

Robocopy d:\temp\projects e:\backup /xf max:10kb

Similarly for ex: to exclude files smaller than 10 KB when copying files from “projects” folder to “backup” folder , you will apply the Command :

Robocopy d:\temp\projects e:\backup /xf min:10kb

However, these Robocopy commands are quite difficult to understand and use by ordinary users. Only system administrators find it easy.

Let me show you a more comfortable and straightforward method.

Using Copywhiz

Watch a short video depicting this feature:

Video Transcription

1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu as shown below :

2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste special–>Paste files by name or type as shown below:

3. The Advanced Settings dialog box will open. You can include or exclude files/folders to be copied by typing /selecting file size. You can also preview the list of files that will be copied and files that will be skipped by clicking on the Preview button. After confirming, press the OK button in the Advanced Settings dialog box. All the required files will be copied successfully.

4. Click on “OK” and then “Paste Now”. Your files are instantly.

Conclusion

As you have seen above, when copying files using Copywhiz, you can exclude or include specific types of files/folders. You gain more control over what is copied. With a few clicks, you complete big file copy tasks & save manual effort.

You can avoid files that are not required, like those files that occupy too much space and only pick essential files.

The most significant advantage of using Copywhiz is that you can take automatic backups of your files and folders!

Read more about it here:

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks :)

Create folder structure only without files in Windows using a Robocopy alternative replacement tool

This post will tell you how to create a complete folder(directory) structure without the files in them.

Let us look at how to do this with the Windows Robocopy tool, and an alternative software Copywhiz.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

Steps to create directory structure only without copying the files inside them

Using Robocopy

Robocopy /XF file [file]… command lets us to replicate the whole directory structure without copying the files inside them. To copy empty directories, you must include the /e command-line option.

For Ex: To copy the folder “pictures” to the folder “project” without the files in it, the following command line will be used:

Robocopy C:\pictures e:\project /XF

However, Robocopy commands are not straightforward. System administrators may be able to use it. But, Robocopy is confusing for ordinary users.

Let me now show you a more comfortable and faster method.

Using Copywhiz

Watch a short video about this feature:

For more tutorial videos, check out this page.

Video Transcription

1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu as shown below :

2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste Advanced as shown below:

3. Copywhiz Window will open. Click on the ‘Advanced Settings’ button and select ‘Create folder structure only (Do not paste files) as shown below and click on ‘OK’ and “Paste Now.”

Create-Folder-Structure-Only-No-Files

Conclusion

Copywhiz is an alternative that allows you to create the complete directory (folder) structure without copying files in them. This feature can be useful in a multi-user scenario where the system administrator wishes to create the same standard template folder structure without files for different users from an existing structure.

The most significant advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Exclude files based on their last access in Windows using a Robocopy alternative replacement tool

There may be a set of files you wouldn’t have used for a long time. Since you do not access them that frequently, it makes no sense to copy them every time with your other regular files.

But we often do not know how to exclude or filter such files from being copied. This is not practically possible manually.

But this is now possible. Let us find out how to do it using Robocopy, a Windows tool an an alternative software, Copywhiz.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

An image depicting one of the features of Copywhiz

Steps to filter files based on their last access

Using Robocopy

The Robocopy command Robocopy Source [Destination] /MAXLAD:n[YYYYMMDD] is used to depict the maximum last access date which means it excludes files unused since ‘n’. Here, n is either days or the exact date whichever you find convenient.

For example: While copying files from the folder “projects” to the folder “backup”, if you want to exclude files that have not been accessed since 10 JAN 2018:

Robocopy c:\projects c:\backup /maxlad:20180110

Similarly, you can even exclude frequently used files from being copied. This is for when you have a large number of unused files that you need to keep aside as a mere record.

Again, Robocopy can do this using the command Robocopy source [destination] /minlad:n[YYYYMMDD], which depicts the minimum last access days which means it will exclude files used since the specified day/date.

For example: If you want to exclude files accessed since 10 JAN 2018:

Robocopy /minlad: [20180110]

will be used.

Even though Robocopy does it for you, these commands are not easy to use. System administrators use it. But, Robocopy is not straightforward for ordinary users.

I will now show you an easier and faster method.

Using Copywhiz

1. Select files using Windows Explorer, right-click on them and choose Copywhiz->Copy from the menu as shown below :

2. Go to the destination folder, right-click inside the folder and select Copywhiz–>Paste Advanced as shown below:

3. Copywhiz Window will open. Click on the ‘Advanced Settings’ button and select “Paste by Date – Accessed” and click ‘OK.’

Conclusion

Copywhiz lets you do all of these with just a few clicks right from Windows Explorer which could have taken several hours if done manually.

The biggest advantage of using Copywhiz is that you can take automatic backups of your files and folders! Read more about it here:

For more tutorial videos, click here .

Subscribe to our YouTube channel for regular updates and interesting videos!

Learn more about Copywhiz.

Download the free trial from here.

Check out our other cool products.

Have a good day.

Thanks for reading till the end :)

Copy files to a new folder (each time) in Windows using a Robocopy alternative replacement tool

This post will tell you how to copy the same files into different folders, automatically, each time in Windows PC.

Why create new folders each time?

  • Whether it’s your critical work documents or a collection of your photos, you never know when there might occur a physical failure of your PC or when you may commit an accidental error.
  • Not to forget that there is always a risk of theft or unforeseen disasters like fire, flood, etc. Adding to the misery is computer viruses which often delete or corrupt your data.
  • It is, therefore, a good idea to take multiple backups, so that the data is recovered if any of the above situations occur.
  • Also, multiple versions of file backups are important because users can continually update files and might need to restore a file from different points in time.

This is not possible with the Windows Robocopy tool .

You could use an alternative software, Copywhiz instead which is really easy and straightforward.

What is Copywhiz?

Enhance your file-copy experience with Copywhiz as it lets you to have more flexibility & more 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
  • Several more hidden nuggets designed to make your file-copy task easier.

An image depicting one of the features of Copywhiz

Steps to copy files in new folder each time

Watch a short video regarding this feature:

Video Transcription

1. Select the files to be copied from the Source folder and right-click on it and choose Copywhiz–>Copy as shown below:

 'title=

2. Right-click inside the destination folder where you wish to copy the files and select Copywhiz–>Paste Advanced:

3. Copywhiz window will open with the destination folder already selected. You can suffix the destination folder with %date% or %datetime% to add the current date to the folder name.

4. Once the variables are added, click on ‘Paste Now,’ and it will automatically create a new folder based on the current date.

5. You can save the selected files as a Copywhiz project and schedule a backup of the same set of files by clicking on ‘Paste later (Schedule)’ button.

Once clicked, the following Window will appear that will let you set your preferred backup frequency.

After setting your preferred frequency, click on ‘Schedule Now’ so that Copywhiz automatically runs the projects at a specified time for taking backups.

Conclusion

Copywhiz is an alternative that lets you create a new destination folder (date-wise) for every file backup. This way, you can ensure that multiple versions of your backups are maintained.

It uses Windows Task Scheduler to schedule your backups. Configure Copywhiz to copy files at a particular time. Using Copywhiz’s scheduling capability, you can back up your data every week, every day, or even every hour.

For more tutorial videos, check out this page.

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

Have a good day!

Thanks for your time :)

If you found this post useful, please do share it.