
Use Robocopy and Task Schedulerīesides, you can use Windows Task Scheduler to create a scheduled task to automatically copy files from one folder to another.ġ. rh:hhmm-hhmm: Specifies run times when new copies may be started. mot:m: Monitors the source, and runs again in m minutes, if changes are detected. mon:n: Monitors the source, and runs again when more than n changes are detected. ★Tips: You can refer to the meaning of these paremeters. You can use parameters /mon:n,/mot:m, or /rh:hhmm-hhmm to create robocopy schedule task. and you can name the file, then modify the extension from. Robocopy C:\Users\Administrator\Desktop\copy1 D:\copy1 /s /zģ. Robocopy C:\Users\Administrator\Desktop\copy D:\copy /s /z If you want to know the result of the file copy and press any key to exit, just use the echo and pause commands, then you will receive a message after finishing the file OFF.Robocopy C:\Users\Administrator\Desktop\copy D:\copy If you want to copy files from desktop to D drive, your commend is:.Note: The syntax of robocopy is: robocopy

In the new text document, type the command below according to your situation and the syntax of robocopy: First, right-click on your desktop to select New > Text Document.Ģ. Just follow these steps for scheduled file copy:ġ. Here we will introduce the most powerful command line - robocopy. The most common way to set up scheduled file copy in Windows 10/11/8/8.1/7 is using command lines. You can try them with the guideline below.
#Schedule synology cloud station backup software
In general, there are 3 main solutions to Windows schedule file copy: use Task Scheduler or use backup software to do it. Keep the latest file version of your files.Sync your files without copying them manually.Access your files at these two locations.Once you create a schedule copy and paste files, you can: Thus, to protect your files, a scheduled task to copy files can be very useful.

Why need a scheduled file copy?Īs we all know, the 3-2-1 backup strategy advises you to store your files at 2 different locations. If you also want to set up a scheduled file copy on your computer, you can try two different solutions and we will introduce them in the following part.

Can anyone give me a step-by-step process to create such a thing? Or is there a better way to accomplish what I want to do? I think I understand the time part of the equation but I'm having trouble figuring out the 'task' part of it.
#Schedule synology cloud station backup how to
I would like to know how to create a scheduled task that will copy files from my C: drive to my E: drive at a specified time. For instance, I would like to copy a folder (like "My Documents") from my C: drive to my E: drive every Friday at 5:00 pm.
