Sebastien Prud'homme <[EMAIL PROTECTED]> wrote:

> I use a server to backup itself and a remote server (with the
> help of ssh). Now i'd like to know how to restore files of the
> remote server directly on the remote server.

Sebastien

I also use Flexbackup in the same situation as you and there does not
appear to be a remote restore option.

If you have ssh working properly on both machines, that is you can ssh
to either machine from the other, then the following should work:

ssh into your remote machine and change to the remote directory that
you want to restore into.

Enter any mt commands to position the tape on your local machine by
using mt -f [EMAIL PROTECTED]:/dev/tape <command> where user is the
user on your local machine, localmachine is your host name for that
machine and /dev/tape is the tape device name that you normally use.

Enter afio -i <any afio options here> [EMAIL PROTECTED]:/dev/tape

You may get a 'broken pipe' error at the end of the process but it
appears to work for me.

You could try afio -t [EMAIL PROTECTED]:/dev/tape first just to try it
out.

(Copy of this post to Flexbackup-Help mailing list)


Barry Samuels
http://www.beenthere-donethat.org.uk
The Unofficial Guide to Great Britain


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to