Hallo,
zur Sicherung wichtiger Daten auf meinem Server hab ich mir reoback rausgesucht.
Ich habe die configs entsprechend eingerichtet. Wenn ich das ganze dann ausführen will, sieht es so aus:
Hier der Inhalt der reoback.pl:
In der Config muss man folgendes einstellen:
Dich denke das dort das Problem liegt, ich hab "localhost" probiert und die IP.
Habt ihr eine Idee?
zur Sicherung wichtiger Daten auf meinem Server hab ich mir reoback rausgesucht.
Ich habe die configs entsprechend eingerichtet. Wenn ich das ganze dann ausführen will, sieht es so aus:
Code:
lvps87-230-4-247:~ # bash /etc/reoback/run_reoback.sh REOBack version 1.0 Release 3; distributed under the GNU GPL. Running backup on 87.230.4.247. Backup number 1 of 14 (backup days x 2) Performing full backup on local system Last full backup: Sat Aug 12 13:28:52 2006 Archiving in progress... Modification of non-creatable array value attempted, subscript -1 at /usr/bin/reoback.pl line 508, <FILE> line 90. lvps87-230-4-247:~ #
PHP-Code:
# Create local archive location if needed.
if ( !-e $localPath ) { //das hier ist Line 90
&mkdirp( $localPath, 0700 ) or
die "Unable to create directory for archives '$localPath': $!\n";
}
PHP-Code:
# File/directory to archive
else {
push @{ $arc[$i] }, $_; # Push onto current archive list //das hier ist Line 508
}
}
}
close FILE;
PHP-Code:
# Used only as an identifier for this backup. Normally the hostname.
host = HIER
Habt ihr eine Idee?