Friday, October 14, 2016

Run SCP command as background process using nohup


Follow the below steps to run the scp command as background process using nohup option 

Step 1: nohup scp -rC rman_backup root@172.16.1.1.:/d03/SUPPORT > nohup.out 2>&1

Step 2: Enter the password

Step 3: Press ctl + z

Step 4: Type bg



No comments:

Post a Comment