====== rsync sobre FTP ====== 1. Instalar ''curlftpfs'' 2. Crear punto de montado mkdir /tmp/sitioremoto 3. Montar con curlftps curlftpfs -o allow_other ftp://usuario:clave@servidor-ftp /tmp/sitioremoto 4. Copiar con rsync rsync -rzv --inplace --append --progress --stats --timeout=7200 /mnt/sitioremoto/public_html /dir/destino 5. Desmontar ===== Referencias ===== * http://linux.byexamples.com/archives/344/mounting-ftp-host-to-local-directory-on-top-of-fuse/ * http://lists.samba.org/archive/rsync/2007-May/017762.html * http://stackoverflow.com/questions/338621/ftp-transfer-the-rsync-way