PDA

View Full Version : Serverbackup/ Webbackup = empty backup.php


testset
4th July 2007, 18:20
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?)

#!/bin/bash
# untested

$backuppath=$1

cp /var/www ${backuppath}
cp /etc/apache2/vhosts ${backuppath}

till
5th July 2007, 12:04
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

testset
5th July 2007, 19:22
Yes.... it is possible that the backup is too big :)