How to Batch Nohup SCP in Linux?
762809Nov 21 2010 — edited Nov 22 2010Hi friends,
I am trying to run scp command which will copy our Oracle datafiles backup to the backup server using:
[root@oracleprod u03]# nohup scp oaproddata.tar.gz root@192.168.100.7:/uo1/bac
nohup: appending output to `nohup.out'
root@192.168.100.7's password:
But it is asking password, and will not release the screen process. It get get aborted when exit from this screen.
How can you avoid this please....
Thanks a lot
Ms Krepias