[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need suggestions on a backup issue



On Fri, 2012-07-20 at 09:50 -0600, Paul E Condon wrote:
> I need a way to test in Bash whether, or
> not, there actually is a disk mounted at /media/wdp8. 

A bit hacky, but what I do in my backup scripts is...

   if mount | grep -q " /media/wdp8 "
   then
	...
   fi

-- 
Tixy


Reply to: