The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-19-2005
d11wtq d11wtq is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 42
Suspending jobs (CTRL+Z) with a twist

Hi,

Say for example I'm doing a very large scp transfer (which I am) and I keep stopping it with CTRL+Z because other people on my network need the bandwidth too. I can restart it no problem with fg but only if I dont reboot or anything in between.

My question is... rather than stop/suspend a task with CTRL+Z can I somehow dump some data into a file than can be called after such a thing as reboot meaning my task can pick up where it left off? Did that make any sense lol...

Basically, can I stop a task and restart it after a reboot whilst maintaining the integrity of the data?

Thanks