Reoback Problem?

Backup, Restore und Transfer von Daten
Post Reply
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Reoback Problem?

Post by bauer25 »

Hallo,
seit vorgestern funktioniert Reoback auf meinem Server nicht mehr.
Hier die Ausgabe.

###############################################
REOBack version 1.0 Release 3; distributed under the GNU GPL.

Running backup on ######.pureserver.info.
Backup number 4 of 14 (backup days x 2)
Performing incremental backup via FTP
Last full backup: Sat Apr 23 23:46:18 2005

Archiving in progress...

Working on htdocs...
Archiving htdocs...
Transferring archive: #######.pureserver.info-htdocs-incremental-20050424-0630AM.4.tgz...FAILED! :

Working on var...
Archiving var...
tar: /var/lib/reoback/backups/2005-04-24/#######.pureserver.info-var-incremental-20050424-0630AM.4.tgz: file changed as we read it
tar: Error exit delayed from previous errors
Transferring archive: ########.pureserver.info-var-incremental-20050424-0630AM.4.tgz...FAILED! :

Working on mysql...
Archiving mysql...
Transferring archive: #########.pureserver.info-mysql-incremental-20050424-0630AM.4.tgz...FAILED! :

All local archives were removed.
Total transfer time: 3.02 minute(s).
Overall backup time: 3.73 minute(s).
###############################################

Das komische ist, ich habe am System nichts geändert.
Gruss,
Christoph
Last edited by bauer25 on 2005-04-26 09:26, edited 1 time in total.
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Reoback Problem?

Post by chris76 »

Ist dort wo es hintransferiert wird noch Platz?
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

Ich habe ein anderes Verzeichniss auf einem anderen Server genommen.
Platz besteht hier genug.
Auch hier besteht das gleiche Problem.
Die Dateien werden zwar angelegt sind aber nur 0MBgross.

Gruss
Christoph
Last edited by bauer25 on 2005-04-26 09:49, edited 1 time in total.
r00ty
Posts: 747
Joined: 2003-03-17 15:32
 

Re: Reoback Problem?

Post by r00ty »

hast du sie mal per hand mit ftp rüberkopiert ? geht das ?
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Reoback Problem?

Post by chris76 »

Post doch mal bitte auch noch dein Konfigfile ohne die ftp Zugangsdaten.

Und dann noch bitte die Ausgabe von

Code: Select all

df -h
und

Code: Select all

df -i
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

Hier ist die Conf.Datei:
############################################################################
# REOBack - settings.conf
# $Id: settings.conf,v 1.8 2002/03/23 21:49:50 techno91 Exp $
############################################################################
#
# REOBack Simple Backup Solution
# http://sourceforge.net/projects/reoback/
#
# Copyright (c) 2001 Randy Oyarzabal (techno91@users.sourceforge.net)
#
# Other developers and contributors:
# Richard Griswold
# Nate Steffenhagen (frankspikoli@users.sourceforge.net)
#
############################################################################
#
# This is the configuration file for REOBack. Note that the default
# configuration file is "settings.cfg". However, you can create your own
# configuration file and pass it as a parameter to the backup program.
# i.e. "./reoback.pl <configfile>"

# Used only as an identifier for this backup. Normally the hostname.
host = #######.pureserver.info

# This is the number of days you want to keep backups. Note that the
# actual number of archives kept is "backupdays" times 2. That way, when
# it comes time for auto deletion, you always have a history of
# "backupdays" worth of information.
backupdays = 7

# Definitions of files/directories to backup. See README for format of
# this file.
files = /etc/reoback/files.conf

# Directory to store temporary files generated by REOBack.
tmpdir = /var/lib/reoback/tmp/

# Directory to store data files generated by REOBack. Files created
# here are files used to keep track of FULL/INCREMENTAL backups.
datadir = /var/lib/reoback/data/

# Location of where to keep local backups. Also use as a temporary
# storage of archives for transfer. Keep trailing slash!
localbackup = /var/lib/reoback/backups/

# 1 = Keep local backups, 0 = Do not keep local backups
keeplocalcopy = 0

# 1 = Transfer to remote location, 0 = Do not transfer
remotebackup = 1

# Type of remote backup. FTP or NFS
rbackuptype = FTP

# Only needed if above is set to NFS. Keep trailing slash!
localmount = /mnt/server/

# Required if "remotebackup" is set.
remotehost = #######.pureserver.info

# Path to keep backups on remote host. Keep trailing slash!
remotepath = /reoback/

#######################################################
# REQUIRED IF TYPE OR REMOTE BACKUP IS FTP.
#######

# Remote user on remote host.
ftpuser = ######

# Password for remote user.
ftppasswd = ########
######################################################



Sowie die letzte Ausgabe von Heute Morgen:


REOBack version 1.0 Release 3; distributed under the GNU GPL.

Running backup on ########.pureserver.info.
Backup number 9 of 14 (backup days x 2)
Performing incremental backup via FTP
Last full backup: Mon Apr 25 18:33:41 2005

Archiving in progress...

Working on htdocs...
Archiving htdocs...
Transferring archive: ######.pureserver.info-htdocs-incremental-20050426-0630AM.9.tgz...FAILED! :

Working on var...
Archiving var...
tar: /var/lib/reoback/backups/2005-04-26/######.pureserver.info-var-incremental-20050426-0630AM.9.tgz: file changed as we read it
tar: Error exit delayed from previous errors
Transferring archive: #######.pureserver.info-var-incremental-20050426-0630AM.9.tgz...FAILED! :

Working on mysql...
Archiving mysql...
Transferring archive: #######.pureserver.info-mysql-incremental-20050426-0630AM.9.tgz...FAILED! :

All local archives were removed.
Total transfer time: 3.02 minute(s).
Overall backup time: 3.98 minute(s).
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

> df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 510M 184M 301M 38% /
/dev/hda5 4.9G 570M 4.4G 12% /usr
/dev/hda6 4.9G 289M 4.7G 6% /var
/dev/hda7 63G 5.6G 57G 9% /home
tmpfs 248M 44K 248M 1% /tmp
tmpfs 20M 0 20M 0% /dev/shm

> df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/hda1 66400 27433 38967 42% /
/dev/hda5 5124672 41352 5083320 1% /usr
/dev/hda6 5124672 3541 5121131 1% /var
/dev/hda7 65320256 43852 65276404 1% /home
tmpfs 63379 24 63355 1% /tmp
tmpfs 63379 1 63378 1% /dev/shm
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Reoback Problem?

Post by chris76 »

so dann fehlt aber immer noch die Antwort auf die Frage ob ein manueller Transfer auf den Backupspace funktioniert!
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

Sorry, der Datentransfer ist per "Hand" problemlos möglich.
Auch habe ich schon einen anderen Server als ftp genutzt, auch hier erhalte ich die gleiche Fehlermeldung.

So langsam vergeht mir der Spass... :cry:
phillux
Posts: 80
Joined: 2004-03-16 13:47
Location: Münster
 

Re: Reoback Problem?

Post by phillux »

Du hast auch nicht das Passwort vom FTP geändert? Manchmal sind´s ja die kleinsten Sachen.... ;-)

Gruß, Phil
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

Das Passwort und Login sind richtig und funktionieren auch Richtig.
So langsam habe ich aber auch keine Lust mehr und weiss auch nicht mehr
was ich noch tun soll.

Gruss,
Christoph
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Reoback Problem?

Post by chris76 »

Läuft denn ein Backup mittels reoback ohne FTP Transfer Fehlerfrei durch?
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
[tom]
Posts: 656
Joined: 2003-01-08 20:10
Location: Berlin
 

Re: Reoback Problem?

Post by [tom] »

1. Wie groß sind die Dateien (2 GB Problem)?
2. Sicherst Du die Backups noch mal mit (Endlosschleife)?


[TOM]
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Problem gelöst.

Post by bauer25 »

So ich habe endlich das Problem gelöst.
Ich habe die Firewall richtig konfiguriert und siehe da, es funktioniert.
:-D
[tom]
Posts: 656
Joined: 2003-01-08 20:10
Location: Berlin
 

Re: Reoback Problem?

Post by [tom] »

Firewall Problem? 8O

Wie konnte es denn "per Hand" funktionieren, per Script aber nicht?


[TOM]
bauer25
Posts: 17
Joined: 2003-09-04 14:35
 

Re: Reoback Problem?

Post by bauer25 »

Keine Ahnung. Ich habe es von "Hand" direkt über Console und auch mit dem MC geschaft, alles ohne Probleme.
Nur das Reoback Skrip scheint irgendwo pobleme gemacht zu haben.

Es kann doch nicht sein das ich alleine dieses Problem habe. Hat sonst noch jemand so was gehabt?

Wie auch immer, es ist schon trauig das einem bei so Problem noch nicht einmal von 1und1 selbst ein Tip gegeben werden kann. Ich habe mit diesem Problem "einige Nächte" verbracht,und die Lösung war dann doch wieder mal so "einfach"...........

Gruss,
Christoph
darki
Posts: 36
Joined: 2003-11-25 12:57
Location: Karlsruhe
 

Re: Problem gelöst.

Post by darki »

bauer25 wrote:So ich habe endlich das Problem gelöst.
Ich habe die Firewall richtig konfiguriert und siehe da, es funktioniert.
:-D
Ich hab exakt das selbe Problem.
Was heisst 'Firewall richtig konfiguriert' ?
Ich hab Port 21 freigegeben....oder nutzt Reoback nen anderen Port fuer FTP Transfer?

Oder liegt das Problem ganz wo anders?
darki
Posts: 36
Joined: 2003-11-25 12:57
Location: Karlsruhe
 

Re: Reoback Problem?

Post by darki »

Ich hab das jetzt so gelöst das ich den Backupspace von meinen Provider
von meinen Filternregeln(Standard:denied) auschliesse.

Is zwar net so ganz sauber aber ich denke mal das ich keine Angriffsversuche von meinen Backupspace zu erwarten hab, oder? :roll:
Post Reply