Manual backup like with update

Discussion in 'Installation/Configuration' started by Robetus, Jan 22, 2023.

Tags:
  1. Robetus

    Robetus Member

    I recently updated my server from 3.2.9 beta to 3.2.9 on Ubuntu 22.04 and it did a backup of the server configs and database and put it in /var/backup. Is there anyway to get this backup without waiting for the next ISPConfig update? Can I manually run a script? I would just like to have this backup in case something happens to the server.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You can run
    Code:
    ispconfig_update.sh --force
    and answer yes when it asks about backups, then let it run to completion.
     
    Robetus likes this.
  3. Robetus

    Robetus Member

    It worked, thank you!
     

Share This Page