Search Results

Search: Posts Made By: praveen_reddy
13,088
Posted By praveen_reddy
check the status of rsync command using "$?" if...
check the status of rsync command using "$?" if it return 0 .. rsync is success otherwise it's failed
13,088
Posted By praveen_reddy
try this.. #!/bin/bash if [ -e...
try this..
#!/bin/bash
if [ -e /datalvm/.synclock ]
then
rsync -aWv --stats progress --delete --ignore-errors /datalvm/UK_REGIONAL_PRESS/PUB/NORTHCLIFFE/...
Showing results 1 to 2 of 2

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