> wow! pero are you sure using
>
> > $ rsync -e ssh -av user@host:source user@host:destination
>
> is secured? by ssh? pero di ba may daemon yung rsync?
Hhhmm....am I missing something here? The following is a snippet from
rsync's manpage:
[begin snip]
GENERAL
There are six different ways of using rsync. They are:
- for copying local files. This is invoked when neither source nor
destination path contains a : separator
- for copying from the local machine to a remote machine using a remote
shell program as the transport (such as rsh or ssh). This is invoked when
the destination path contains a single : separator.
- for copying from a remote machine to the local machine using a remote
shell program. This is invoked when the source contains a : separator.
- for copying from a remote rsync server to the local machine. This is
invoked when the source path contains a :: separator or a rsync:// URL.
- for copying from the local machine to a remote rsync server. This is
invoked when the destination path contains a :: separator.
- for listing files on a remote machine. This is done the same way as
rsync transfers except that you leave off the local destination.
Note that in all cases (other than listing) at least one of the source and
destination paths must be local.
[end snip]
M. Yu
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]