F5F Stay Refreshed Software General Software Is there a program that allows copying and pasting data while you can pause the process?

Is there a program that allows copying and pasting data while you can pause the process?

Is there a program that allows copying and pasting data while you can pause the process?

Pages (2): 1 2 Next
F
FanEnsemble
Member
237
07-15-2021, 09:03 PM
#1
Hello.
OS: Windows 11
I need a program that lets me copy big data sets and maybe pause the process, since these transfers can take days.
In the past, I’ve faced issues where the software froze during such transfers.
Freefilesync works without freezing and lets you pause, which is helpful, but I’m worried it might delete files if settings aren’t right.
I’ve seen some missing files lately, so I want something more reliable—something that copies without freezing and has pause/resume options.
Could you suggest alternatives?
Thanks.
F
FanEnsemble
07-15-2021, 09:03 PM #1

Hello.
OS: Windows 11
I need a program that lets me copy big data sets and maybe pause the process, since these transfers can take days.
In the past, I’ve faced issues where the software froze during such transfers.
Freefilesync works without freezing and lets you pause, which is helpful, but I’m worried it might delete files if settings aren’t right.
I’ve seen some missing files lately, so I want something more reliable—something that copies without freezing and has pause/resume options.
Could you suggest alternatives?
Thanks.

R
romain17
Junior Member
26
07-15-2021, 09:58 PM
#2
I think I’d prefer to handle it myself with a straightforward method. Just press the pause button and then start again. At least on Windows. If I really needed to copy something, I’d probably move the drives together in a system and perform a bitwise copy, which would take much less time than hours.
R
romain17
07-15-2021, 09:58 PM #2

I think I’d prefer to handle it myself with a straightforward method. Just press the pause button and then start again. At least on Windows. If I really needed to copy something, I’d probably move the drives together in a system and perform a bitwise copy, which would take much less time than hours.

R
RensDijkstra
Junior Member
5
07-17-2021, 07:44 PM
#3
What amount of data and which hardware are involved in the process that takes days?
R
RensDijkstra
07-17-2021, 07:44 PM #3

What amount of data and which hardware are involved in the process that takes days?

H
Houdi_Booty
Member
64
07-17-2021, 11:10 PM
#4
I am transferring from one NAS to another using my PC. They are using RAID, and I can't access the drives. Are there any freezing problems with robocopy when handling large data files over days? Is this a command line tool?
H
Houdi_Booty
07-17-2021, 11:10 PM #4

I am transferring from one NAS to another using my PC. They are using RAID, and I can't access the drives. Are there any freezing problems with robocopy when handling large data files over days? Is this a command line tool?

K
KINGFIRE123
Member
55
07-17-2021, 11:28 PM
#5
Terabytes of information and readynas and synology nas systems. I am utilizing my PC to oversee and track the data movement.
K
KINGFIRE123
07-17-2021, 11:28 PM #5

Terabytes of information and readynas and synology nas systems. I am utilizing my PC to oversee and track the data movement.

A
anthonyyy388
Member
184
07-18-2021, 08:06 AM
#6
Back in the past I created scripts for managing overnight or overseas copy jobs. Often faced problems where the target system would disconnect. I also had to implement a complicated check for IP address identification because of release or renewal policies.
On a genuinely local network, as long as the systems are fairly stable, I wouldn't anticipate any difficulties.
A
anthonyyy388
07-18-2021, 08:06 AM #6

Back in the past I created scripts for managing overnight or overseas copy jobs. Often faced problems where the target system would disconnect. I also had to implement a complicated check for IP address identification because of release or renewal policies.
On a genuinely local network, as long as the systems are fairly stable, I wouldn't anticipate any difficulties.

R
Rythmei
Member
66
07-20-2021, 02:45 PM
#7
Information, here is the updated version:
On a local gigabit LAN, transferring 1TB between my PC and the QNAP NAS could take around 3 hours.
Yet even a completely inactive File Explorer in Windows offers a 'Pause' feature.
How frequently are you transferring this large amount of data?
R
Rythmei
07-20-2021, 02:45 PM #7

Information, here is the updated version:
On a local gigabit LAN, transferring 1TB between my PC and the QNAP NAS could take around 3 hours.
Yet even a completely inactive File Explorer in Windows offers a 'Pause' feature.
How frequently are you transferring this large amount of data?

A
asdno2
Member
193
07-22-2021, 12:37 AM
#8
I've tried using robocopy for scheduled backups between two servers. But these are small text/log files, and the command doesn't handle network issues well. According to the documentation and other online sources, there are parameters you can adjust to improve tolerance for unstable network connections.
A
asdno2
07-22-2021, 12:37 AM #8

I've tried using robocopy for scheduled backups between two servers. But these are small text/log files, and the command doesn't handle network issues well. According to the documentation and other online sources, there are parameters you can adjust to improve tolerance for unstable network connections.

N
Nicodemos234
Junior Member
40
07-22-2021, 02:37 AM
#9
It's rare but I've observed missing files which raises my suspicion about the "syncing" function in freefilesync. Deleting files even when I always update only to the target side makes me anxious. I'd prefer a program that only copies data. File explorer or similar tools might also work if you cut and paste instead of copy and paste, though it's less likely to happen accidentally.

I'm aware my NAS is large yet it's an old system with limited RAM compared to what you'd expect in a business setting. I have a significant amount of data, but it's mostly storage and not frequently accessed.

The disappearing files remain a puzzling issue. I'm considering making the files read-only to prevent accidental deletions, but this would also restrict transfers. This might be a topic for future discussion.

It seems there are few new developments in file copy programs for Windows.
N
Nicodemos234
07-22-2021, 02:37 AM #9

It's rare but I've observed missing files which raises my suspicion about the "syncing" function in freefilesync. Deleting files even when I always update only to the target side makes me anxious. I'd prefer a program that only copies data. File explorer or similar tools might also work if you cut and paste instead of copy and paste, though it's less likely to happen accidentally.

I'm aware my NAS is large yet it's an old system with limited RAM compared to what you'd expect in a business setting. I have a significant amount of data, but it's mostly storage and not frequently accessed.

The disappearing files remain a puzzling issue. I'm considering making the files read-only to prevent accidental deletions, but this would also restrict transfers. This might be a topic for future discussion.

It seems there are few new developments in file copy programs for Windows.

I
182
08-09-2021, 07:55 AM
#10
FreeFileSync, or SyncBackFree, doesn't remove files from the Source unless you choose to do so.
I've used both of them a lot. Right now, I mainly rely on Macrium Reflect and take full drive images elsewhere.
But copying between systems that takes "days"...that is a big problem.
And a huge amount of data.
I
iPushObeseKids
08-09-2021, 07:55 AM #10

FreeFileSync, or SyncBackFree, doesn't remove files from the Source unless you choose to do so.
I've used both of them a lot. Right now, I mainly rely on Macrium Reflect and take full drive images elsewhere.
But copying between systems that takes "days"...that is a big problem.
And a huge amount of data.

Pages (2): 1 2 Next