Project

General

Profile

Actions

Bug #390

closed

backup

Added by mohamed amir over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
10/14/2012
Due date:
% Done:

0%

Estimated time:

Description

I want to know how to make a full backup of all my server: list, campaign, status, users, script and everything.
and once I format my server I recovered everything.
thank you

i have goautoidal 2.1

Actions #1

Updated by choy ™ over 11 years ago

you can do

perl /usr/share/astguiclient/ADMIN_backup.pl --help
allowed run time options:
[--db-only] = only backup the database
[--db-without-logs] = do not backup the log tables in the database
[--conf-only] = only backup the asterisk conf files
[--without-db] = do not backup the database
[--without-conf] = do not backup the conf files
[--without-web] = do not backup web files
[--without-sounds] = do not backup asterisk sounds
[--without-voicemail] = do not backup asterisk voicemail
[--without-crontab] = do not backup crontab
[--ftp-transfer] = Transfer backup to FTP server
[--debugX] = super debug
[--debug] = debug
[--test] = test

or backup your database only Manually

mysqldump -u [uname] -p[pass] [dbname] | gzip -9 > [backupfile.sql.gz]
gunzip < [backupfile.sql.gz] | mysql -u [uname] -p[pass] [dbname]

Thanks

Actions #2

Updated by Demian Biscocho about 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF

Go to top