|
|||||||||||
|
Re: Tape backup through ssh
From: Aaron Cheek <aaron_cheek(at)yahoo.com>
Date: Sat Jun 07 2003 - 20:24:19 EDT
Did you check that you can correctly login to the remote machine with the ssh -2 -o 'BatchMode yes' -i /.ssh/ufsdump_key machine command? You don't specify a user@. I assume you are executing the command as root in the local machine, right? Try to redirect the output to a file and see if it works: ssh -2 -o 'BatchMode yes' -i /.ssh/ufsdump_key machine /usr/sbin/ufsdump 0ufb - 126 / > /tmp/system_dump You should see /tmp/system_dump growing. By the way, remove the -q flag so you can see all warnings. Aaron
Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com Received on Sun Jun 8 22:29:25 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:59 EDT |
||||||||||
|
|||||||||||