Python Forum
resume file transfer - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: resume file transfer (/thread-32198.html)



resume file transfer - onran - Jan-27-2021

Hi,
my script running on a red hat machine copies gigabyte-sized files from a windows-based lab device to a NetApp archive. Both source and destination are cifs-mounted. In the context of a recovery testing scenario the network cable will be unplugged. After plugging cable back the script should resume the copy process at the point before network failure, i.e. without copying from the beginning.

a) which script solution is appropriate?
b) rsync appropriate?

many thanks for your help