Hi,
I made a backup using the freepbx backup module, but the restore is timing out, because the backup.tgz file is so big. (At least that’s what I think is happening.
I really only need to restore the databases.
Here’s the directory listing of what I got when I untarred the backup file:
drwxr-xr-x 4 asterisk asterisk 4.0K May 31 02:14 .
drwxr-xr-x 3 root root 4.0K Jun 7 21:04 …
-rwxrwxrwx 1 root root 2.4G Jun 7 20:47 20130530-151051-1369944651-797876449.tgz
-rw-r–r-- 1 asterisk asterisk 477K May 31 02:10 astdb
drwxr-xr-x 4 asterisk asterisk 4.0K May 31 02:11 etc
-rw-r–r-- 1 asterisk asterisk 5 May 31 02:10 .lock
-rw-r–r-- 1 asterisk asterisk 1.6M May 31 02:14 manifest
-rw-r–r-- 1 asterisk asterisk 1.1M May 31 02:13 mysql-3.sql
-rw-r–r-- 1 asterisk asterisk 1.4G May 31 02:11 mysql-4.sql
drwxr-xr-x 5 asterisk asterisk 4.0K May 31 02:11 var
What’s the best way to restore this info? I’d prefer to just run the backup / restore plugin from the commandline and have the plugin code do all the work, but if need be, I can / will manually do this.
Thank You.