Ich habe reoback auf meinen server installiert, jedoch kann ich ihn nicht dazu bringen, ein komplettes backup zu machen.
Er sagt mir jedes mal beim ausführen, dass sich keine Daten geändert hätten :( Ich habe auch schon versucht die Data.dat zu löschen, doch auch dann kommt die gleiche meldung und die datei ist wieder da :(
Hier meine settings.conf:
Code: Select all
# Used only as an identifier for this backup. Normally the hostname.
host = [Mein hostname]
# This is the number of days you want to keep backups.
backupdays = 7
# Definitions of files/directories to backup.
files = /etc/reoback/files.conf
# Directory to store temporary files generated by REOBack.
tmpdir = /var/lib/reoback/tmp/
# Directory to store data files generated by REOBack.
datadir = /var/lib/reoback/data/
# Location of where to keep local backups.
localbackup = /var/lib/reoback/backups/
# 1 = Keep local backups, 0 = Do not keep local backups
keeplocalcopy = 0
# 1 = Transfer to remote location, 0 = Do not transfer
remotebackup = 1
# Type of remote backup. FTP or NFS
rbackuptype = FTP
# Only needed if above is set to NFS. Keep trailing slash!
localmount = /mnt/server/
# Required if "remotebackup" is set.
remotehost = backup.serverkompetenz.de
# Path to keep backups on remote host. Keep trailing slash!
remotepath = /reoback/
#######################################################
# REQUIRED IF TYPE OR REMOTE BACKUP IS FTP.
#######
# Remote user on remote host.
ftpuser = [username]
# Password for remote user.
ftppasswd = [password]
######################################################
Code: Select all
File: homes
/home/*
/root/*
/etc/*
File: var
/var/*
Skip: /var/lib/reoback/*
Skip: /var/run/*
Skip: /var/lib/mysql/*
File: mysql
/var/lib/mysql/*
/tmp/mysql.sock/*
Skip: /var/lib/mysql/mysql.sock
Skip: /var/lib/mysql/mysqld.pidschonmal vielen dank im voraus