Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
reoback backup problem [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
reoback backup problem


 
MacFan
12-08-2006, 13:35 
 
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:


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:~ #


Hier der Inhalt der reoback.pl:


# 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";
}



# File/directory to archive
else {
push @{ $arc[$i] }, $_; # Push onto current archive list //das hier ist Line 508
}
}
}
close FILE;


In der Config muss man folgendes einstellen:


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


Dich denke das dort das Problem liegt, ich hab "localhost" probiert und die IP.


Habt ihr eine Idee?


Alle Zeitangaben in WEZ +2. Es ist jetzt 18:14 Uhr.