Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Batch Nohup SCP in Linux?

762809Nov 21 2010 — edited Nov 22 2010
Hi 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
This post has been answered by Dude! on Nov 21 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2010
Added on Nov 21 2010
2 comments
1,522 views