Error on Full system backup

ircman

Verified User
Joined
Feb 5, 2004
Messages
115
Location
The Hague, Netherlands
When I run a full system backup i get the following error:

Archiving /var/spool/virtual: Completed
Archiving /var/www: Completed
Performing DNS backup
Stage 1 DNS backup:Backup path for zone_records invalid, aborting...
Performing cleanup operations: Completed


Where does DA store zone_records variable ? because in de directadmin.conf the path is correct.

Greets,

Cedric.
 
The system backup files, including the configuration files, are in the sysbk directory; search for that.

Jeff
 
I do also get the message
Stage 1 DNS backup:Backup path for zone_records invalid, aborting...

But I didn't find a way to set the variable's value in the directadmin.conf file or anywhere in the sysbk directory.

It would be great if anyone could tell me where I have to change anything and into what kind of value.

Thanks a lot!
 
Did you search all the files in the sysbk directory and subdirectories for the term zone_records?

Jeff
 
I have the same error and when digging for a reason.
There is an config where those paths are defined.

/usr/local/sysbk/conf.sysbk

there i found this :

Code:
# DNS
#
BIND_BK="1"                                             # Enable/Disable bind backup operations [1=on,0=off]
if [ "$OS" = "FreeBSD" ]; then  
        BIND_PATH="/etc/named"  
        BIND_CNF="/etc/named/named.conf"  
else
        BIND_PATH="/etc/named"                                   # Path to your bind zone files [no trailing slash]
        BIND_CNF="/etc/named.conf"                         # Location of named.conf
fi

and my configs are found on /etc/bind
According to me this might be causing the error.
Changed it and running system backup again, i'll keep you informed.

Greetz,
 
Since 2006, when the thread was last added to, I no longer recommend using sysbck.

Jeff
 
Back
Top