Help! Need a robust copying tool which copies all files

Odelot

New member
Local time
10:09 AM
Messages
12
I'm still looking for a robust copying tool which will copy all files from a set of directories to an external drive. I've tried numerous things such as XCopy, Robocopy, FastCopy as well as a few others - and none of these can be counted on to copy all the files. I then have to run Total Commander or right click (and select properties) on directories in both the source and destination to find the culprit files. In the most recent instance of using XCopy, I was able to find a culprit file using the right click method and was then able to simply drag and drop it in the destination directory. It seems as if it didn't copy because of a long file name. But why would it copy easily in drag and drop and not in XCopy?

Does anyone know of a robust copying tool which will just merely duplicate the directories onto the external drive? I repeatedly run into this issue and find it difficult to imagine that such a tool doesn't exist.
 

My Computer My Computer

At a glance

Windows7
Computer type
PC/Desktop
OS
Windows7
All should do that robocopy can produce a report if some are failing they are either locked you don't have permission or a disk fault
 

My Computer My Computer

At a glance

win 8 32 bit
Computer type
PC/Desktop
OS
win 8 32 bit

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium Build 7601 3...Intel Pentium-M 735 Dothan - 1.7Ghz2GB DDR2-SDRAMIntel 82915GMx Graphics Controller 0 [B-1/C-0...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell B130
OS
Microsoft Windows 7 Home Premium Build 7601 32bit
CPU
Intel Pentium-M 735 Dothan - 1.7Ghz
Motherboard
DELL 0RJ272 / Intel 915GM (Alviso-GM) + ICH6-M
Memory
2GB DDR2-SDRAM
Graphics Card(s)
Intel 82915GMx Graphics Controller 0 [B-1/C-0] [DELL]
Screen Resolution
1280x800
Hard Drives
Seagate ST9408114A - 40GB
Antivirus
Microsoft Scurity Essentials
Browser
Firefox
Does anyone know of a robust copying tool which will just merely duplicate the directories onto the external drive? I repeatedly run into this issue and find it difficult to imagine that such a tool doesn't exist.
Robocopy does that without fail - you need to look into the parameters/switches properly.
 

My Computer My Computer

At a glance

Windows 10 Pro x64 ; Xubuntu x64Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz16GB Corsair Vengance DDR3 @ 661 MHz Dual Cha...EVGA NVidia GTX 560 1024MB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Golden Mk. I.4
OS
Windows 10 Pro x64 ; Xubuntu x64
CPU
Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz
Motherboard
Gigabyte P55A-UD3R Rev.1. Award BIOS F13
Memory
16GB Corsair Vengance DDR3 @ 661 MHz Dual Channel (9-9-9-24)
Graphics Card(s)
EVGA NVidia GTX 560 1024MB
Sound Card
Realtek Integrated
Monitor(s) Displays
Dual Samsung SyncMaster 2494HS
Screen Resolution
1920*1080 and 1920*1080
Hard Drives
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
Keyboard
Logitech G110
Mouse
Logitech MX518
Robocopy does that without fail - you need to look into the parameters/switches properly.
It's my understanding that FastCopy and Robocopy work off the same code. I've used FastCopy several times and it doesn't always copy all files.

When I've found the culprit files, some of the issues have been:
1) Directories didn't retain the properties (e.g. new directory will have the files in it, but right click and properties shows it to be empty)
2) Doesn't copy files with long file path name
3) Permission issues
 

My Computer My Computer

At a glance

Windows7
Computer type
PC/Desktop
OS
Windows7

My Computer My Computer

At a glance

Windows7
Computer type
PC/Desktop
OS
Windows7
I have the need and i was looking for the best combination of switches to backup a folder over the network but i had some doubt. I started from here:
robocopy D:\data \\Server_Share /mir /XA:SH /R:3 /W:5 /np /log:backup_log.txt

but the user is a bit worried to use the /mir switch who delete a folder in the destination if is removed from the source. So I thought to use the /e switch:

robocopy D:\data \\Server_Share /e /XA:SH /R:3 /W:5 /np /log:backup_log.txt

In this case I copy all everytime a run the command overwriting folder and/or files with same name. Correct? If yes this could make the copy slower. So with the /e swicth there is a way to tell "copy the file only if the file is newer"

What make some doubt is what i found on this link:

ROBOCOPY - Create Backup Script - Windows 7 Help Forums

where are used the switch /e and /mir together:

robocopy F:\Data3 Q:\Backups\Data3 /e /mir /np /log+:backup_log.txt

if /mir is /e plus /purge has sense use them together?? what they do together?

Do you have any adivice? considering also that i have to backup over the network?
 

My Computer My Computer

At a glance

Windows 7 PRO 64 BitIntel i7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DEll
OS
Windows 7 PRO 64 Bit
CPU
Intel i7
Type this at the command prompt:

Code:
robocopy /?
 

My Computer My Computer

At a glance

Windows 10 Pro x64 ; Xubuntu x64Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz16GB Corsair Vengance DDR3 @ 661 MHz Dual Cha...EVGA NVidia GTX 560 1024MB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Golden Mk. I.4
OS
Windows 10 Pro x64 ; Xubuntu x64
CPU
Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz
Motherboard
Gigabyte P55A-UD3R Rev.1. Award BIOS F13
Memory
16GB Corsair Vengance DDR3 @ 661 MHz Dual Channel (9-9-9-24)
Graphics Card(s)
EVGA NVidia GTX 560 1024MB
Sound Card
Realtek Integrated
Monitor(s) Displays
Dual Samsung SyncMaster 2494HS
Screen Resolution
1920*1080 and 1920*1080
Hard Drives
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
Keyboard
Logitech G110
Mouse
Logitech MX518

My Computers My Computers

  • At a glance

    Windows 11 ProRyzen 9 5900X32GB G Skill DDR4-3600EVGA RTX 3080 FTW 3 Ultra
    Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ALWAYS UNDER CONSTRUCTION
    OS
    Windows 11 Pro
    CPU
    Ryzen 9 5900X
    Motherboard
    Asus X570 Crosshair Viii Hero
    Memory
    32GB G Skill DDR4-3600
    Graphics Card(s)
    EVGA RTX 3080 FTW 3 Ultra
    Sound Card
    On Board/Sennheiser PC37X Headset
    Monitor(s) Displays
    3 X Asus 27"
    Screen Resolution
    2560x1440
    Hard Drives
    2 X 1 TB NVME drives
    PSU
    EVGA 850
    Case
    Phanteks Eclipse P400A
    Cooling
    EVGA 280 AIO
    Keyboard
    Logitech G510s/ Logitech G13
    Mouse
    Logitech G502
    Internet Speed
    24/1
    Antivirus
    ESET/MBAM Pro/SAS Pro
    Browser
    Chrome/ Firefox/ Edge
  • At a glance

    Windows 11 ProIntel Ultra 9 288V32 GB LPDDR5X 8533
    Computer type
    Laptop
    System Manufacturer/Model Number
    Dell 16 Plus
    OS
    Windows 11 Pro
    CPU
    Intel Ultra 9 288V
    Memory
    32 GB LPDDR5X 8533
    Monitor(s) Displays
    16" Mini-LED HDR600 Touch 90 Hz
    Screen Resolution
    2560X1600
    Hard Drives
    1 TB NVME
I'm still looking for a robust copying tool which will copy all files from a set of directories to an external drive.
I'm not sure I fully appreciate what you're looking for that makes it unique or special from a good "backup/restore" software product that deals with folders and files.

I can highly recommend NovaBACKUP from NovaStor (not free, but very modestly priced). It supports both "backup/restore" of selected folders and files, as well as "copy" of selected folders and files. The BACKUP function is like ZIP in that all selected folders/files from selected drives are placed into a single target output file. The COPY function is what you'd expect, namely a complete copy of the selected folder/file tree structure from source to destination.

It has a very intuitive "old fashioned" simple and text-based Explorer-tree-like interface (i.e. not GUI), and also utilizes VSS Shadow Copy so that you can backup/copy "open files". You won't miss getting a file because it is "in use" by some program while the backup/copy job gets run.

There's no problem with long file names. And the backup/copy job can be run with a specific user logon, if you have some special access/permission concern.

Product has a free 30-day trial, if you want to see if it works for your needs. But again, very modestly priced.
 

My Computer My Computer

At a glance

Windows 7 Pro x64 (1), Win7 Pro X64 (2)i5-3350p 3.1Ghz/6MB-cache (1); E8400 3.0Ghz/6...8GB PC3-12800 DDR3 (1); 4GB PC3-10600 DDR3 (2)ATI HD7750 (1), (see TV cards); ATI R7 250 (2)
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home-built, two systems (1) and (2)
OS
Windows 7 Pro x64 (1), Win7 Pro X64 (2)
CPU
i5-3350p 3.1Ghz/6MB-cache (1); E8400 3.0Ghz/6MB-cache (2)
Motherboard
ASUS P8Z77-V Pro (1); ASUS P5Q3 (2)
Memory
8GB PC3-12800 DDR3 (1); 4GB PC3-10600 DDR3 (2)
Graphics Card(s)
ATI HD7750 (1), (see TV cards); ATI R7 250 (2)
Sound Card
Realtek ALC892 HD Audio (1); Realtek ALC1200 HD Audio (2)
Monitor(s) Displays
Eizo HD2441W LCD, Eizo S2433W (1); Eizo 24" S2433W (2)
Screen Resolution
1920x1200, 1920x1200 (1); 1920x1200 (2)
Hard Drives
(1) 1TB SATA-II (7200RPM), 2x2TB SATA-III (7200RPM), 250GB SATA-III (10000RPM) for OS; 2x2TB external USB 3.0

(2) 320GB SATA-II (7200RPM), 750GB SATA-II (7200RPM), 150GB SATA-II (10000RPM) for OS; 2TB external USB 3.0
PSU
Nesteq ECS-6001 600W (1); Nesteq ECS-5001 500W (2)
Case
Acousti-Case 360 (1) and (2)
Cooling
Noctua NH-U12P SE2 for CPU, 2x120mm case fans (1) and (2)
Keyboard
IBM PS/2 (1) and (2)
Mouse
Logitech MX Revolution wireless (1); Microsoft wired (2)
Internet Speed
100mbps down / 10mbps up
Antivirus
Microsoft Security Essentials; Malwarebyte Anti-Malware Pro
Browser
Firefox
Other Info
Ceton InfiniTV 4-tuner cablecard-enabled TV card as well as Hauppauge HVR-2250 OTA/ATSC 2-tuner TV card in (1), running under Win7 WMC
I hope batch script created by my friend Hackoo and modified by me is what you are looking for.
 

Attachments

My Computer My Computer

At a glance

Windows 10 Pro x64Intel Core i5 6600Corsair Vengeance LPX 16GB 2666MHz DDR4AMD Radeon R9 380 Series
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 10 Pro x64
CPU
Intel Core i5 6600
Motherboard
Gigabyte Technology Z170M-D3H-CF (U3E1)
Memory
Corsair Vengeance LPX 16GB 2666MHz DDR4
Graphics Card(s)
AMD Radeon R9 380 Series
Hard Drives
SSD
HDD
Antivirus
Eset Smart Security
Browser
Mozila Firefox

My Computer My Computer

At a glance

Windows 7 32bit (aka. x86)Intel Pentium 4 2.8GHz1GBATI 3D + Intel 82915G/GV/910GL Express (Dual ...
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 32bit (aka. x86)
CPU
Intel Pentium 4 2.8GHz
Motherboard
Dell something
Memory
1GB
Graphics Card(s)
ATI 3D + Intel 82915G/GV/910GL Express (Dual Display)
Hard Drives
Seagate
Antivirus
AVG
Browser
Internet Explorer 8
Back
Top