how to use rsync over ftp
Posted
by bumperbox
on Server Fault
See other posts from Server Fault
or by bumperbox
Published on 2009-06-12T09:51:36Z
Indexed on
2010/05/03
20:38 UTC
Read the original article
Hit count: 205
debian4 linux
i have the following cmd line which works fine
rsync -avr -e ssh /home/dir [email protected]:/home/
but i need to setup it up now to rsync to a remote server that only has ftp on it how do i go about that ?
i looked at the rsync help but quickly got lost (i don't do this stuff very often)
thanks
alex
© Server Fault or respective owner