Page 1 of 1

Reoback -- FTP Transfer auf Windows XP mit FileZilla

Posted: 2004-09-14 12:12
by crivi
Hallo zusammen

Ich habe mir auf meinem PC mal den gratis FTP Server FileZilla installiert.

Auf meinem Server lass ich das Reobackup laufen. Es ist alles korrekt eingestellt. Allerdings sagt mir mein Filezilla folgendes:

Code: Select all

(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> 250 CWD successful. "/" is current directory.
(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> CWD /2004-09-14/
(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> 250 CWD successful. "/2004-09-14" is current directory.
(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> PASV
(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> 227 Entering Passive Mode (LocalIP,13,212)
(000012) 14.09.2004 12:02:45 - unixbackup (serverIP)> STOR sh3-0527-LogfileBackup-full-20040914-1154AM.1.tgz
(000012) 14.09.2004 12:02:55 - unixbackup (serverIP)> 425 Can't open data connection.
Reoback files.conf

Code: Select all

File: BenutzerBackup
/etc/passwd
/etc/group
/etc/shadow
/etc/gshadow

File: WebsitesBackup
/home

File: MySQLWebserverBackup
/opt

File: Mailserver
/etc/postfix
/etc/mail

File: EMailBackup
/var/mail

File: LogfileBackup
/var/log
settings.conf

Code: Select all

host            = sh3-0527
backupdays      = 7
files           = /etc/reoback/conf/files.conf
tmpdir          = /var/lib/reoback/tmp/
datadir          = /var/lib/reoback/data/
localbackup     = /var/lib/reoback/backups/
keeplocalcopy   = 0
remotebackup    = 1
rbackuptype     = FTP
remotehost      = FTPHostName
remotepath      = /
ftpuser         = FTPBenutzerName
ftppasswd       = FTPBenutzerPasswort
Was ist da falsch?

Gruss Raffi

Re: Reoback -- FTP Transfer auf Windows XP mit FileZilla

Posted: 2004-09-14 14:07
by crivi
da hatte jemand das selbe Problem wie ich. Allerdings auch ohne Lösung.
http://sourceforge.net/mailarchive/mess ... id=5786777

Was soll ich machen? Irgendwelche Vorschläge?

Gruss Raffi