How to setup Backup in ISPConfig 3.2?

Discussion in 'General' started by RHEIN WEB, Aug 23, 2022.

  1. RHEIN WEB

    RHEIN WEB New Member

    There is no documentation about ISPConfig 3.2 available. So i ask how to setup Backup in ISPConfig 3.2.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Backup does not need to be set up, you can just enable it on the backup tab of the website and the backup tab of email domains.

    The backup is then stored in /var/backup folder. If you want to store it remotely, you can mount a network drive to that folder. If you want to mount and unmount the backup folder dynamically, then you can create two scripts for that:

    /usr/local/ispconfig/server/scripts/backup_dir_mount.sh
    /usr/local/ispconfig/server/scripts/backup_dir_unmount.sh

    and enable the backup mount directory option under System > server config in ISPConfig GUI.
     
    Ole Vangen likes this.
  3. reeceh

    reeceh New Member

    Could I confirm whether /usr/local/ispconfig/server/scripts/backup_dir_unmount.sh is automatically called once backup is completed? My remote backup folder is not automatically unmounted. I've created both mount and unmount scripts, which work when directly called in the CLI.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, it's called automatically when backups are finished.
     

Share This Page