Good stuff Alan.
The /mt switch allows you to allocate more threads to the copying process thereby speeding up the copying process (up to a point) - /mt:4 is good enough. It should be added to every robocopy line in your script.
Yes, you can now add more lines to your script. Your example would look like this:
Note the use of the + in the 2nd line - it will add to the existing log. Also, what is in C:\system32 that you want to backup? Are those files that you created?
The /mt switch allows you to allocate more threads to the copying process thereby speeding up the copying process (up to a point) - /mt:4 is good enough. It should be added to every robocopy line in your script.
Yes, you can now add more lines to your script. Your example would look like this:
Code:
robocopy I:\DATA M:\Backup_DATA /e /np /mt:4 /log:backup_log.txt
robocopy D:\Gardening M:\Backup_DATA /e /np /mt:4 /log[COLOR="Red"][B]+[/B][/COLOR]:backup_log.txt
Note the use of the + in the 2nd line - it will add to the existing log. Also, what is in C:\system32 that you want to backup? Are those files that you created?
My Computer
- 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
) and go away and 'play' Robocopy.