1. When i start Tools/Backup in ISPConfig, i get only an empty backup.php to download... I don't know why, it worked last week without a problem... How can i fix that problem? 2. How can I create the backup via hands? With this backup it should be possible to copy all ISPC-Settings, Accounts and Webs from one Server to another. (Do I need all Apache Configs?) Code: #!/bin/bash # untested $backuppath=$1 cp /var/www ${backuppath} cp /etc/apache2/vhosts ${backuppath}
1) It might be that the backup is too large for this type of backup. Do the backupo on the shell instead . 2) Please have a look at this thread: http://www.howtoforge.com/forums/showthread.php?t=2717&highlight=move+ispconfig