Im i missing some files in my backup script?

Discussion in 'General' started by zalo, Jun 1, 2008.

  1. zalo

    zalo New Member

    Backup has become very important to me lately; I almost lost all my files due to a hard drive failure few days ago. I hope somebody can help me find all the files needed to restore a failed ISPconfig system as quick as possible.

    Here is my list of files that I backup weekly now, but I’m afraid that I missed some important files:

    /etc/passwd
    /etc/shadow
    /etc/group
    /etc/postfix/local-host-names
    /etc/postfix/virtusertable
    /etc/proftpd.conf
    /srv/www
    /var/spool/mail
    /root/ispconfig
    /home/admispconfig
    /var/www
    /var/lib/mysql
    /etc/named.conf
    /etc/postfix/main.cf
    /etc/apache2/vhosts/Vhosts_ispconfig.conf

    + All my Mysql databases

    I’m I missing some important files?

    Thanks
    Zalo
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You should backup /etc/gshadow and /etc/apache2/apache2.conf too.

    I recommend to make a backup of the whole /etc directory. The directory is not that large.
     
  3. zalo

    zalo New Member

    Thanks till

    Changed my backup script to backup these files and folders

    /etc
    /srv/www
    /var/spool/mail
    /root/ispconfig
    /home/admispconfig
    /var/www
    /var/lib/mysql

    regards
    zalo
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This looks fine :)
     

Share This Page