website backups

Discussion in 'General' started by Tomislav Aurednik, Feb 16, 2017.

  1. Tomislav Aurednik

    Tomislav Aurednik Member HowtoForge Supporter

    I'm thinking of changing the backup location from /var/backup to my NAS drive. Do I just change the setting in ISPConfig -> System -> Server config and than copy the old backup files to the new dir?
    Do I need to copy the old backup files?
    Or what is the propper way?
     
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    mount NAS to /mnt
    mv /var/backup/ to /mnt
    umount NAS
    mount NAS to /var/backup

    ?
     
    Tomislav Aurednik likes this.
  3. Tomislav Aurednik

    Tomislav Aurednik Member HowtoForge Supporter

    Thanks... was 90% sure that it would wort that way, but I rather asked to be sure.
     

Share This Page