rdiff-backup-users
[Top][All Lists]
Advanced

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

Re: [rdiff-backup-users] Two remote hosts


From: Jussi Hirvi
Subject: Re: [rdiff-backup-users] Two remote hosts
Date: Fri, 29 Jul 2011 17:52:59 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

On 29.7.2011 15.03, Felix Rios wrote:
If I have 3 hosts A,B,C. Is it possible for A for start a backup from B
to C without the data passing A?

I would try writing a backupscript on B, then lauch it from A to run in background. You would not get instant error reporting, but you could arrange that in some other way, for example emails, or simply write log on B.

ssh B "sh my-rdiff-script &"

You might have to use nohup

ssh B "nohup sh my-rdiff-script &"

- Jussi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]