Robocopy only new files

Author: s | 2025-04-24

★★★★☆ (4.1 / 3172 reviews)

reina valera 1960 audio

RoboCopy Log File Analysis. 8. Robocopy Log File Meaning of New File, New Dir. 7. Log only changes in robocopy output. 0. Log ROBOCOPY Results only. 1. Robocopy issues with symbolic links and output log file. 0. Robocopy reporting wrong file count on log summary. 1. Robocopy: Multiple Robocopy to one log file.

Download phantom butterflies

Robocopy new files only - molistealth

We manage a client site that has a file & print server on-site and our intention is to move their files / data to a centralised server at our data center.As the client has a very slow internet connection (adsl @ 5mbps), my boss has visited site to copy the data to an External USB Hard Disk.I've copied the data my boss had collected to the centralised server at the data center via USB. I now need to copy all the new files / changed files since my boss had taken the initial copy/seed of the data over the internet. I will need to conduct the cutover data copy using Robocopy (Over the internet, using UNC path - We have a VPN connection setup to link the new servers).My question is, will the below robocopy command do delta's (Keeping in mind that the original copy method to usb was done using the standard windows drag and drop method):robocopy "\Source" "\Destination" /e /np /r:1 /w:1 /xo /log:BackupLog.txtI only want to copy new files / folders that exist at the source using robocopy over the internet, and not the whole 1TB data set.Thank you very much for your assistance.

free costa stickers

Robocopy new files only - anfiln

IF NOT EXIST "?sedir?ckup-robocopy-lock.txt" GOTO :EOFĬ:\apps\commands\nircmdc.exe sendmouse move 5 5Ĭ:\apps\commands\nircmdc. LOG :c:\apps\commands\backup-robocopy-log.txt :: append to logfileīackup-robocopy-movemouse.bat Move mouse to prevent maching from while running a backup scriptĮcho Keep system awake while robocopy is running,Įcho this script moves a mouse once in a while. TEE :: output to console window, as well as the log file.NP :: No Progress - don't display percentage copied. NDL :: No Directory List - don't log directory names. W:1 :: Wait time between retries: default is 30 seconds. R:0 :: number of Retries on failed copies: default 1 million. PURGE :: delete dest files/dirs that no longer exist in source. COPY:DAT :: what to COPY for files (default is /COPY:DAT). E :: copy subdirectories, including Empty ones. S :: copy Subdirectories, but not empty ones. The immediate benefit of using make is that it recompiles only the files that need to be rebuilt. :: Exclude files with any of the given Attributes set The robocopy command replaces the xcopy command. XJD :: eXclude Junction points for Directories. You can use it to: Copy files from one folder to another on the same. M :: copy only files with the Archive attribute and reset it. Robocopy is like a Swiss Army Knife for system administrators who need perform any kind of file operations on Windows. :: Destination Directory (this is given in command line) :: Source Directory (this is given in command line) :: robocopy.exe "c:\projects" "E:\backup\projects" /JOB:backup-robocopy-job.rcj GOTO %dt% robocopy completed > %dt% robocopy :: Robocopy Job Parameters IF NOT EXIST "%dstfile2%.7z.001" attrib A "%srcfile%"Ĭ:\apps\commands\7za.exe -mx0 -v4000m u "%dstfile2%.7z" "%srcfile%"Īttrib -A %dt% Splitted %srcfile% > ?sedir?ckup-robocopy-log.txt Set dstfile2=?st%\non-robocopy\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Set dstfile=?st%\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Set srcfile=C:\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Start "Keep system awake" /MIN /LOW cmd.exe /C ?sedir?ckup-robocopy-movemouse.batĬall :BACKUP "Program Files\MariaDB 5.5\data"Ĭall :BACKUP Split 4GB file to multiple files to support FAT32 destination splitted files must be stored outside of the robocopy destination folder. I should use NTFS disk but haven't converted backup disks yet.Įcho "%dt% robocopy started" > ?sedir?ckup-robocopy-lock.txt You may leave this part out.Īnother is 7-Zip tool for splitting virtualbox files smaller than 4GB files, my destination folder is still FAT32 so this is mandatory. Script is using a lockfile to tell when backup script is completed and mousemove.bat script is closed. This script needs NirCmd tool to keep mouse moving so that my machine won't fall into sleep. Use /M command line, this is my backup

Robocopy new files only - leojoker

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?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 filesEasily pick files by name, extension, folder etc from bunch of foldersAutomatically organize files based on file attributes and metadataCopy files to multiple folders/computersCopy files from multiple folders and paste them at onceSync files between source and destinationPick files from multiple folders and compress in single .zip fileSchedule file backupsVerify copied files for data integrityRetain security attributes of files & folders (ownership/user access)Several more hidden nuggets designed to make your file-copy task easier.An image depicting one of the features of CopywhizSteps to filter files based on their last accessUsing RobocopyThe 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”. RoboCopy Log File Analysis. 8. Robocopy Log File Meaning of New File, New Dir. 7. Log only changes in robocopy output. 0. Log ROBOCOPY Results only. 1. Robocopy issues with symbolic links and output log file. 0. Robocopy reporting wrong file count on log summary. 1. Robocopy: Multiple Robocopy to one log file.

Robocopy new files only - milodns

Forum Windows 7 help and support Backup and Restore Posts : 83 Windows 7 Ultimate x64 New 12 Apr 2019 #1 Robocopy script that monitors and sync new and modified files? I need a robocopy script that will run on startup and monitor for modified and new files in specified directories and sync these files instantly when they are detected. How the script will look like? I hope some more advanced user can help me with the code. Posts : 3,941 win 8 32 bit New 12 Apr 2019 #2 Simple robocopy c:\data d:\data /mir that mirrors data to other drive Posts : 83 Windows 7 Ultimate x64 Thread Starter New 12 Apr 2019 #3 I made this script: Code: @echo offrobocopy c:\data d:\data /mirand when i run the script it copy the directory and then exits, and i want the script to run constantly and monitor for changes. Is that possible?edit: I found how to make the script to run constantly - by using the /mon:1 parameter. But now the problem is that command prompt window stays open. Is there way to make the script to run without opening the command prompt window? --> Last edited by peter7277; 12 Apr 2019 at 09:06. Posts : 1,363 Win7 pro x64 Posts : 83 Windows 7 Ultimate x64 Thread Starter New 13 Apr 2019 #5 Thanks, for the script. I also found that i can start .cmd script hidden with autohotkey script.But i have another issue. I am trying to monitor the files in two directories and i have these lines: Code: robocopy e:\dir1 e:\dir1 /mir /mon:1robocopy e:\dir2 e:\dir2 /mir /mon:1but when i start the script it monitors only the first directory and not second. Why is that?

Robocopy new files only - rilofamily

Into the ROBOCOPY command. Tip The PAUSE command at the bottom of the .BAT file allows the cmd window to stay open after it has completed to allow me to see the output from ROBOCOPY. If I save the .BAT file to my Desktop, and run it by double-clicking it, then a cmd window is opened and the .BAT file executes the three ROBOCOPY commands as shown below. The same information is repeated for every ROBOCOPY line in the .BAT file. In order to utilise some of the powerful functionality in ROBOCOPY, I need to utilise some options in the ROBOCOPY command line. In this next example I want to edit my existing backup strategy such that:All sub-folders within my data folders are backed up, even if they are empty.The backup only copies newer files to my existing backup - this means a faster backup time.The percentage progress counter for copying is not shown - this neatens the overall appearance of the ROBOCOPY information, and creates a smaller log file.The information normally echoed to the cmd window is saved to a log file that I can examine at a later stage.In order to do this, I need to specify some additional options in my ROBOCOPY commands like this: Code: robocopy E:\Data1 G:\Backups\Data1 /e /mir /np /log:backup_log.txtrobocopy F:\Data2 G:\Backups\Data2 /e /mir /np /log+:backup_log.txtrobocopy F:\Data3 Q:\Backups\Data3 /e /mir /np /log+:backup_log.txtpauseWhere:/e = copy all sub-folders, even empty ones/mir = mirror (check the files in the destination, and only copy newer files)/np = no progress counter/log: = create a logfile Tip Note the use of the /log+: option in the 2nd and 3rd line of the .BAT file. This option ensures that the results of the 2nd and 3rd ROBOCOPY are appended to the log file created in the 1st ROBOCOPY line, meaning I only need one log file to capture all the information I backup. The log file is always saved to the same folder as the .BAT file - in my case, the folder is saved to my Desktop. Since the output from ROBOCOPY is written to the log file, the cmd window will not display the output from ROBOCOPY. If I wish to have this information written to both the log file and the cmd window for visual tracking of the backup process, then I can add the /tee option to each line in the .BAT file, as shown below. Code:

Robocopy new files only - gilitedu

User case: file server migration Robocopy downloadI have a file server with two disks each one 1 TB running on Windows Server 2012 and I want to migrate it to 2019.I know that I should be using Robocopy download or cmd to retain the security permissions but if within the server I have some folders shared what will happen?And please can u give me the exact Robocopy download or command to use?- Question from Microsoft CommunityIs Windows Sever compatible with Robocopy?Robocopy (Robust File Copy) is a built-in command-line file copying tool for Windows operating systems. Without doing Robocopy Download Server 2019, it's available in Windows Server 2019 and offers advanced options and features for copying files and directories.The main functions of Windows Server 2019 Robocopy can be summarized in several points below: Copy/transfer files between computers over a network. Copy or mirror directories anywhere the computer have access. Copy drives to another location.👉 Commonly used options in Robocopy:/s: Copies subdirectories. Note that this option excludes empty directories./e: Copies subdirectories. Note that this option includes empty directories./lev: Copies only the top N levels of the source directory tree./z: Copies files in restartable mode./b: Copies files in Backup mode./zb: Uses restartable mode. If access is denied, this option uses Backup mode./efsraw: Copies all encrypted files in EFS RAW mode./copyall: Copies all file information, including D (Data), A (Attributes), T (Time stamps), S (Security: NTFS access control list (ACL)), O (Owner information), U (Auditing information)❤Note: For more Robocopy examples, please refer to the Robocopy page.Possible Robocopy downloadIf you're looking to download Robocopy, it’s essential to note that it typically comes pre-installed with Windows, starting from Vista and later versions, including Windows 10 and 11. For earlier versions, or if you need to ensure you have the latest version, you can download the Windows Server 2003 Resource Kit Tools, which includes Robocopy. This utility is invaluable for IT professionals and users who need to perform reliable and efficient file transfers, particularly when dealing with large volumes of data or complex directory structures. Here we will provide you with three ways to find possible Robocopy downloads:📌1: Find it from Software download sites: There are many independent download sites that provide Robocopy's GUI downloads like SourceForge. You can check out if they have something you need. But remember to see if it's safe. Be sure not to download something that seems like a virus.📌2: Look from Microsoft Learn: You can ask your own questions and make requirements here or browse the previous section to see if anyone has provided a download of Robocopy. Here is a post about RoboCopy GUI download and RichCopy that you might find useful.📌3: Check out Famous Forums: You may search for

Robocopy new files only - jivanshija

After setting up Windows 10, you may still need to transfer files to the new computer. Typically, you can use a USB hard drive to copy the files and move them over. Or, if you are a tech-savvy user, you probably transfer the files over to the network using file share.While these are good options, depending on the amount of data you have to transfer, the process can take a long time from File Explorer. If you want to copy a lot of files faster and more reliably, you need a better solution, such as Robocopy.Robocopy (Robust File Copy) is a command-line tool built into Windows 10, but it has been around for years, and it’s a powerful and flexible tool to migrate files extremely fast. The features included with Robocopy allow you to copy files very quickly, but you will still need a wired connection for the best experience. The time to complete the transfer will depend on the network connection speed and drive performance.This guide will teach you how to use Robocopy to quickly transfer vast amounts of files over the network on Windows 10. (These steps should also work on Windows 11.)Using Robocopy over the network is a two-step process. You must first configure file sharing on the source device and then use Robocopy in the destination device to perform the transfer.1. Confiture file sharing on Windows 10To share files in the local network on Windows 10, use these steps:Open File Explorer on Windows 10.Browse to the folder with the files to migrate.Right-click the folder and select the Properties option.On the “Properties” page, click the Sharing tab.Click the Share button.Use the drop-down menu to select the user or group to share files or folders – for example, the Everyone group.Click the Add button.Under “Permission Level,” select the sharing permissions for the folder. For instance, you can choose Read (default) if you only want users to view and open files. If you select Read/Write, users can view, open, modify, and delete the content in your shared folder.Click the Share button.Confirm the network path for the folder that other users will need to access the content over the network, and click the Done button.Click the Close button.After you complete the steps, make a note of the folder path and the IP address of your source computer. Quick tip: You can quickly find your IP address on Settings > Network & Internet, click Wi-Fi or Ethernet, and click the connection to view the information.2. Use Robocopy to copy files on Windows 10 fast over the networkOnce file sharing is configured on the source device, you can copy the files using Robocopy from the destination device.To use Robocopy to copy files. RoboCopy Log File Analysis. 8. Robocopy Log File Meaning of New File, New Dir. 7. Log only changes in robocopy output. 0. Log ROBOCOPY Results only. 1. Robocopy issues with symbolic links and output log file. 0. Robocopy reporting wrong file count on log summary. 1. Robocopy: Multiple Robocopy to one log file.

flowers distributor login

Robocopy new files only - sekamega

How to Create a Backup Script using ROBOCOPY Command Information There are many paid and free software solutions available to backup critical data and files on a computer system. Many users, however, are unaware of an inbuilt Windows 7 command called ROBOCOPY (Robust File Copy) that allows users to create simple or highly advanced backup strategies. In its simplist form, ROBOCOPY can be likened to an extension of XCOPY on steroids. Some of the more important features that make ROBOCOPY an attractive backup alternative are:multi-threaded copyingmirroring or synchronisation mode between the destination and sourceautomatic retry and copy resumptionThe examples shown below are primarily geared towards less experienced users, especially those that are unfamilar with batch file creation and running. More experienced users, however, are welcome to explore some of the advanced functionality offered by ROBOCOPY here: and also here: or by simply typing robocopy /? at a cmd window prompt. Note ROBOCOPY is a FOLDER copier, not a FILE copier - the source and destination syntax arguments in ROBOCOPY can only be folder names. Creating a BACKUP strategy The easiest way to use the ROBOCOPY command to create a backup strategy is by creating a batch (.BAT) file. A batch file is a simple text file, that when executed, runs several commands one after the other. Step 1 Click and in the search box, type notepad. Select Notepad to open up a new blank Notepad document.Step 2Type the ROBOCOPY commands into the Notepad document, save it as a .BAT file, and then execute it. In the example below, I have 3 folders (Data1, Data2, and Data3) containing some data that I wish to backup. One folder is located on E: drive and the other two are located on F: drive. I wish to back these up as follows: Data1 folder on E: backup to a folder called Backups on G: (external USB drive)Data2 folder on F: backup to a folder called Backups on G: (external USB drive)Data3 folder on F: backup to a folder called Backups on Q: (network storage drive) The general format of the ROBOCOPY command is: Code: robocopy In the empty Notepad document, the simplist form of the command would look like this: Code: robocopy E:\Data1 G:\Backups\Data1robocopy F:\Data2 G:\Backups\Data2robocopy F:\Data3 Q:\Backups\Data3pause Tip If source or destination paths contain spaces in them, enclose these in double quotes e.g. "C:\My Data\My Music" Only the sourceE:\Data1F:\Data2F:\Data3and the destinationG:\Backups\Data1G:\Backups\Data2Q:\Backups\Data3are mandatory inputs

Robocopy new files only - gilitmenu

We copied all our files to a new storage server recently. We didn't want to move at the time because we weren't sure if files would get lost.The problem now is that we have files on both places. How can we move only the files that do not exist in the target and for those that exist in both places we delete it from the source? It is Windows Server 2008. random♦15.2k9 gold badges55 silver badges58 bronze badges asked Mar 19, 2010 at 8:38 Use a compare tool like Beyond Compare. It can compare folders and shows you what files exist and don't exit in the folders and subfolders. Also, it shows if there are any differences between files that exist on both locations. beyond compare can also copy and/or move files from one folder to another. answered Mar 19, 2010 at 8:54 R-DR-D2,5561 gold badge19 silver badges22 bronze badges 1 robocopy %Files% %Bak% /E /ZB /MOVE /IS /COPY:DATSOUNot only do you need /MOVE, you need /IS (Include Same) files.Otherwise Robocopy never copies the file over when it sees the same file is in both locations.If you tell it to "Include Same" it sees the same file in both locations, and still copies the file over from source anyway, AND deletes it from source like it's supposed to. answered Aug 25, 2015 at 20:10 ChrisChris312 bronze badges robocopy OLDDIR NEWDIR /S /XOThis leaves newer files in NEWDIR alone. Files in NEWDIR that are the same or older will get overwritten.robocopy OLDDIR NEWDIR /MIR /XOThis does something similar - watch out for extra file deletion on this one.The semantics of the /XO command are backwards.I just set up a set of source and destination directories and proved it to myself, as no documentation explains the true meaning of "Exclude Newer". Newer. RoboCopy Log File Analysis. 8. Robocopy Log File Meaning of New File, New Dir. 7. Log only changes in robocopy output. 0. Log ROBOCOPY Results only. 1. Robocopy issues with symbolic links and output log file. 0. Robocopy reporting wrong file count on log summary. 1. Robocopy: Multiple Robocopy to one log file.

Robocopy new files only - musclediki

What? Newer source? Newer destination? What?PROOF:Do the copy.Edit a file in NEWDIR giving it a new time stamp.Do the copy again using /XO. The new time stamp on the file in NEWDIR remains.Do the copy again using /XN.The new time stamp on the file in NEWDIR reverts. answered May 24, 2011 at 13:01 Use the robocopy tool with the /xn switch. I believe Server 2008 comes with robocopy as standard now. /XC :: eXclude Changed files. /XN :: eXclude Newer files. /XO :: eXclude Older files. /XX :: eXclude eXtra files and directories. /XL :: eXclude Lonely files and directories. /MOV :: MOVe files (delete from source after copying). /MOVE :: MOVE files AND dirs (delete from source after copying).so the command will be something likerobocopy OLDDIR NEWDIR /MOVE /XNthis will move over all the old files but wont overwrite new onesYou can always use the /L switch to do a dry run this will show you what will happen without actually do anything. Some things may be different on 2008, I am using the XP version. answered Mar 19, 2010 at 9:05 1 robocopy is good, but I have found that the /move option doesn't appear to work if the file already exists in the target. The /IS and /IT flags are meant to sort this out, but they don't for me, robocopy just ignores them (ymmv). As a workaround, you can create a new destination directory and then move that across to the main target area when the copy is finished. answered Sep 1, 2016 at 11:41 You must log in to answer this question. Start asking to get answers Find the answer to your question by asking. Ask question Explore related questions See similar questions with these tags.

Comments

User5306

We manage a client site that has a file & print server on-site and our intention is to move their files / data to a centralised server at our data center.As the client has a very slow internet connection (adsl @ 5mbps), my boss has visited site to copy the data to an External USB Hard Disk.I've copied the data my boss had collected to the centralised server at the data center via USB. I now need to copy all the new files / changed files since my boss had taken the initial copy/seed of the data over the internet. I will need to conduct the cutover data copy using Robocopy (Over the internet, using UNC path - We have a VPN connection setup to link the new servers).My question is, will the below robocopy command do delta's (Keeping in mind that the original copy method to usb was done using the standard windows drag and drop method):robocopy "\Source" "\Destination" /e /np /r:1 /w:1 /xo /log:BackupLog.txtI only want to copy new files / folders that exist at the source using robocopy over the internet, and not the whole 1TB data set.Thank you very much for your assistance.

2025-04-20
User7843

IF NOT EXIST "?sedir?ckup-robocopy-lock.txt" GOTO :EOFĬ:\apps\commands\nircmdc.exe sendmouse move 5 5Ĭ:\apps\commands\nircmdc. LOG :c:\apps\commands\backup-robocopy-log.txt :: append to logfileīackup-robocopy-movemouse.bat Move mouse to prevent maching from while running a backup scriptĮcho Keep system awake while robocopy is running,Įcho this script moves a mouse once in a while. TEE :: output to console window, as well as the log file.NP :: No Progress - don't display percentage copied. NDL :: No Directory List - don't log directory names. W:1 :: Wait time between retries: default is 30 seconds. R:0 :: number of Retries on failed copies: default 1 million. PURGE :: delete dest files/dirs that no longer exist in source. COPY:DAT :: what to COPY for files (default is /COPY:DAT). E :: copy subdirectories, including Empty ones. S :: copy Subdirectories, but not empty ones. The immediate benefit of using make is that it recompiles only the files that need to be rebuilt. :: Exclude files with any of the given Attributes set The robocopy command replaces the xcopy command. XJD :: eXclude Junction points for Directories. You can use it to: Copy files from one folder to another on the same. M :: copy only files with the Archive attribute and reset it. Robocopy is like a Swiss Army Knife for system administrators who need perform any kind of file operations on Windows. :: Destination Directory (this is given in command line) :: Source Directory (this is given in command line) :: robocopy.exe "c:\projects" "E:\backup\projects" /JOB:backup-robocopy-job.rcj GOTO %dt% robocopy completed > %dt% robocopy :: Robocopy Job Parameters IF NOT EXIST "%dstfile2%.7z.001" attrib A "%srcfile%"Ĭ:\apps\commands\7za.exe -mx0 -v4000m u "%dstfile2%.7z" "%srcfile%"Īttrib -A %dt% Splitted %srcfile% > ?sedir?ckup-robocopy-log.txt Set dstfile2=?st%\non-robocopy\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Set dstfile=?st%\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Set srcfile=C:\Users\Myname\VirtualBox VMs\Ubuntu\Ubuntu.vdi Start "Keep system awake" /MIN /LOW cmd.exe /C ?sedir?ckup-robocopy-movemouse.batĬall :BACKUP "Program Files\MariaDB 5.5\data"Ĭall :BACKUP Split 4GB file to multiple files to support FAT32 destination splitted files must be stored outside of the robocopy destination folder. I should use NTFS disk but haven't converted backup disks yet.Įcho "%dt% robocopy started" > ?sedir?ckup-robocopy-lock.txt You may leave this part out.Īnother is 7-Zip tool for splitting virtualbox files smaller than 4GB files, my destination folder is still FAT32 so this is mandatory. Script is using a lockfile to tell when backup script is completed and mousemove.bat script is closed. This script needs NirCmd tool to keep mouse moving so that my machine won't fall into sleep. Use /M command line, this is my backup

2025-03-25
User3165

Forum Windows 7 help and support Backup and Restore Posts : 83 Windows 7 Ultimate x64 New 12 Apr 2019 #1 Robocopy script that monitors and sync new and modified files? I need a robocopy script that will run on startup and monitor for modified and new files in specified directories and sync these files instantly when they are detected. How the script will look like? I hope some more advanced user can help me with the code. Posts : 3,941 win 8 32 bit New 12 Apr 2019 #2 Simple robocopy c:\data d:\data /mir that mirrors data to other drive Posts : 83 Windows 7 Ultimate x64 Thread Starter New 12 Apr 2019 #3 I made this script: Code: @echo offrobocopy c:\data d:\data /mirand when i run the script it copy the directory and then exits, and i want the script to run constantly and monitor for changes. Is that possible?edit: I found how to make the script to run constantly - by using the /mon:1 parameter. But now the problem is that command prompt window stays open. Is there way to make the script to run without opening the command prompt window? --> Last edited by peter7277; 12 Apr 2019 at 09:06. Posts : 1,363 Win7 pro x64 Posts : 83 Windows 7 Ultimate x64 Thread Starter New 13 Apr 2019 #5 Thanks, for the script. I also found that i can start .cmd script hidden with autohotkey script.But i have another issue. I am trying to monitor the files in two directories and i have these lines: Code: robocopy e:\dir1 e:\dir1 /mir /mon:1robocopy e:\dir2 e:\dir2 /mir /mon:1but when i start the script it monitors only the first directory and not second. Why is that?

2025-04-10

Add Comment