[Box Backup] boxbackup bug with openssl

Ben Bennett boxbackup@fluffy.co.uk
Mon, 20 Aug 2007 21:07:27 -0400


On Mon, Aug 20, 2007 at 04:56:04PM -0400, Paul MacKenzie wrote:
> Hello,
> 
> I am trying to create a one line command for restoring a text file
> 
> /usr/local/bin/bbackupquery 'cd /usr/home  get -i 004329f5 
> /usr/home/somefile' quit
> 
> It needs to be run as one line.

I suspect you want:
 /usr/local/bin/bbackupquery 'cd /usr/home' 'get -i 004329f5 /usr/home/somefile' quit

				 -ben