Bug #390
closed
Added by mohamed amir over 12 years ago.
Updated about 12 years ago.
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
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
- Status changed from New to Closed
Also available in: Atom
PDF
Go to top