in reply to moving files via ssh
You don't need anything else than ssh (more exactly, scp) when both machines are running Linux (or some other unix). Just use 'scp -r backup@backupmachine:/var/BACKUP /var' or something. The key thing will happen automatically; and if you use a dedicated 'backup' user, this is a quite secure solution.
I don't know anything about windows, except that it won't natively interact with any open, non-MS technology. I guess there must be some third-party programs with similar functionality. Perhaps openssh itself, with cygwin...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: moving files via ssh
by ajt (Prior) on May 13, 2003 at 13:33 UTC | |
Re: Re: moving files via ssh
by Anonymous Monk on May 13, 2003 at 13:25 UTC | |
by zentara (Cardinal) on May 13, 2003 at 16:00 UTC | |
by zby (Vicar) on May 13, 2003 at 13:59 UTC |