Search Results

Search: Posts Made By: Alok Ranjan
5,531
Posted By rdcwayx
just for starting with these short information....
just for starting with these short information. All codes are not tested, please run it in your testing environment first.

log in server1
# backup
find /apps/test/data -type f -name "*.csv"...
757
Posted By Peasant
You can use ssh with exchanged keys (for...
You can use ssh with exchanged keys (for passwordless login) and something like this perhaps ?


FILE=file.csv
ssh user@host "test -f ${FILE}"
if [[ $? -gt 0 ]];then
scp $FILE...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy