Reoback: Fehler bei Ausführung

Backup, Restore und Transfer von Daten
Post Reply
weally
Posts: 32
Joined: 2004-09-13 19:25
 

Reoback: Fehler bei Ausführung

Post by weally »

Hallo,

ich habe gerade reoback installiert aber erhalte leider eine Fehlermeldung wenn ich die run_reoback.sh ausführe:

Code: Select all

Use of uninitialized value in concatenation (.) or string at /usr/bin/reoback.pl line 397.
Use of uninitialized value in concatenation (.) or string at /usr/bin/reoback.pl line 398.
REOBack version 1.0 Release 3; distributed under the GNU GPL.
Use of uninitialized value in concatenation (.) or string at /usr/bin/reoback.pl line 456.

Running backup on .
Use of uninitialized value in multiplication (*) at /usr/bin/reoback.pl line 457.
Backup number 1 of 0 (backup days x 2)
Performing full backup on local system
Last full backup: Mon Sep 13 19:22:18 2004

Use of uninitialized value in -e at /usr/bin/reoback.pl line 70.
Use of uninitialized value in split at /usr/bin/reoback.pl line 835.
Use of uninitialized value in -d at /usr/bin/reoback.pl line 841.
Use of uninitialized value in concatenation (.) or string at /usr/bin/reoback.pl line 71.
Unable to create 'tmpdir' directory '': No such file or directory
[quote][/quote]
in der reoback.pl hab ich aber nicht verändert 8O nur die settings.conf, files.conf und die run_reoback.pl angepasst:

# Location of the configuration file.
config="/etc/reoback/settings.conf"

# Change to reflect where REOBack is installed
reoback="/usr/bin/reoback/reoback.pl"






die settings.conf lässt sich ohne Probleme ausführen:

Code: Select all

Backup number 1 of 14 (backup days x 2)
Performing full backup via FTP
Last full backup: Mon Sep 13 19:22:14 2004

Archiving in progress...

  Working on home...
    No new or changed files since last full backup for home.

  Working on var...
    No new or changed files since last full backup for var.

  Working on mysql...
    No new or changed files since last full backup for mysql.

All local archives were saved in /var/lib/reoback/backups/2004-09-13/
Total transfer time: 0.00 seconds(s).
Overall backup time: 0.00 seconds(s).

Kann mir jemand weiterhelfen?
Im Forum konnte ich keine Lösung für dieses Problem finden :cry:


Besten Dank

weally
Matthias Diehl
Posts: 315
Joined: 2002-09-24 13:26
 

Re: Reoback: Fehler bei Ausführung

Post by Matthias Diehl »

Solange Du uns den Inhalt der settings.conf und evtl. der files. conf verschweigst können wir nur raten.
weally
Posts: 32
Joined: 2004-09-13 19:25
 

Re: Reoback: Fehler bei Ausführung

Post by weally »

sorry hier settings:

Code: Select all

host        = MeinHostname
backupdays  = 7
files		= /etc/reoback/files.conf
tmpdir	= /var/lib/reoback/tmp/
datadir     = /var/lib/reoback/data/
localbackup	= /var/lib/reoback/backups/
keeplocalcopy = 1
remotebackup  = 1
rbackuptype	= FTP
localmount	= /mnt/server/
remotehost	= MeinBackupServer
remotepath	= /reoback/

ftpuser	= BackupFTPBenuzter
ftppasswd	= BackupFTPPasswort

und die files.conf

Code: Select all

# Name des Backups
File: home
/srv/www/htdocs
##
File: var
/var
Skip: /var/lib/reoback/*
Skip: /var/run/*
Skip: /var/lib/mysql/*
Skip: /var/log/*
# Backup der Mysql Datenbanken
File: mysql
/var/lib/mysql
Skip: /var/lib/mysql/mysql.sock
Skip: /var/lib/mysql/mysqld.pid
# der Link zum eigentlichen Mysql-Socket
/tmp/mysql.sock
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
Contact:
 

Re: Reoback: Fehler bei Ausführung

Post by theomega »

evtl eine zu alte PerlVersion, aber nur mal ins Blaue geraten.
Matthias Diehl
Posts: 315
Joined: 2002-09-24 13:26
 

Re: Reoback: Fehler bei Ausführung

Post by Matthias Diehl »

Ich kenne den Fehler nur, wenn die Variable File: nicht als erstes in der files.conf steht.
Nimm doch spasseshalber mal die erste Kommentarzeile aus deiner files.conf raus.
weally
Posts: 32
Joined: 2004-09-13 19:25
 

Re: Reoback: Fehler bei Ausführung

Post by weally »

Hab jetzt jede Kommentar-Zeile gelöscht aber der Fehler tritt weiterhin auf :roll:
weally
Posts: 32
Joined: 2004-09-13 19:25
 

Re: Reoback: Fehler bei Ausführung

Post by weally »

Hat sonst noch jemand Rat?
rob k
Posts: 16
Joined: 2004-10-20 12:56
Location: Dresden
 

Re: Reoback: Fehler bei Ausführung

Post by rob k »

Unable to create 'tmpdir' directory
tmpdir = /var/lib/reoback/tmp/
Gibts das Verzeichnis auch wirklich?
weally
Posts: 32
Joined: 2004-09-13 19:25
 

Re: Reoback: Fehler bei Ausführung

Post by weally »

ja das Verzeichnis gibt es: /var/lib/reoback/tmp/

tmp: (keine Inhalte)
backups: (leere Ordner )
data: (status.dat)
Post Reply