[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] ftp backup solution ???
- Subject: Re: [cobalt-developers] ftp backup solution ???
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Jun 27 21:44:12 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> >Use rsync:
> >http://rsync.samba.org
>
> Samba has me pretty scared from a security point of view,
won't be trying
> that for quite a while.
>
You do not need smbd or nmbd running to use rsync.
You can run rsync over an SSH connection, what could be
more secure?
You only transfer files that changed, Very
efficient and secure!
Gerald