Backup diarios en server FTP

· 0 comentarios

No olvidar hacer backup de todas las Pc.
Instalo el server FTP

yum install proftpd
CONFIGURACION IMPORTANTE
gedit /etc/proftpd

# This is the ProFTPD configuration file
# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $
ServerName "Nombre de ServerFTP "
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
#ServerType inetd
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
DeferWelcome off

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# Default to show dot files in directory listings
ListOptions "-a"
TimesGMT off
SetEnv TZ :/etc/localtime

# Set the user and group that the server normally runs at.
User ftp
Group ftp

# A basic anonymous configuration, with an upload directory.

User ftp
Group ftp


Operating system CentOS Linux 5

Lo unico crear un usuario
adduser ftp
passwor:****************************************************





para programar Backups en Windows
Utilice el SynckBack Free, este software modifica fecha/hora de los archivos, es un problema documentado en proftpd por la forma que maneja la hora el syncback no sirve.

existe el Save2ftp liviano y cumple a la perfeccion la mision de copiar los archivos al server.

un link bueno: http://dns.bdat.net/documentos/