reoback backup problem

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • reoback backup problem

    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:

    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:~ #
    Hier der Inhalt der reoback.pl:

    PHP-Code:
    # Create local archive location if needed.
    if ( !-e $localPath ) { //das hier ist Line 90
      
    &mkdirp$localPath0700 ) 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
    In der Config muss man folgendes einstellen:

    PHP-Code:
    # 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?
Lädt...
X