Page 1 of 1

Reoback: Fehler bei Ausführung

Posted: 2004-09-13 19:37
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

Re: Reoback: Fehler bei Ausführung

Posted: 2004-09-13 20:14
by Matthias Diehl
Solange Du uns den Inhalt der settings.conf und evtl. der files. conf verschweigst können wir nur raten.

Re: Reoback: Fehler bei Ausführung

Posted: 2004-09-13 20:53
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

Re: Reoback: Fehler bei Ausführung

Posted: 2004-09-13 22:44
by theomega
evtl eine zu alte PerlVersion, aber nur mal ins Blaue geraten.

Re: Reoback: Fehler bei Ausführung

Posted: 2004-09-13 23:31
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.

Re: Reoback: Fehler bei Ausführung

Posted: 2004-09-14 18:46
by weally
Hab jetzt jede Kommentar-Zeile gelöscht aber der Fehler tritt weiterhin auf :roll:

Re: Reoback: Fehler bei Ausführung

Posted: 2004-10-16 20:16
by weally
Hat sonst noch jemand Rat?

Re: Reoback: Fehler bei Ausführung

Posted: 2004-10-22 14:07
by rob k
Unable to create 'tmpdir' directory
tmpdir = /var/lib/reoback/tmp/
Gibts das Verzeichnis auch wirklich?

Re: Reoback: Fehler bei Ausführung

Posted: 2004-10-22 14:15
by weally
ja das Verzeichnis gibt es: /var/lib/reoback/tmp/

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