Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. root@dialer4:/usr/share/astguiclient# /usr/share/astguiclient/ADMIN_backup.pl --db-only --debugX
  2.  
  3. ----- DEBUG -----
  4.  
  5.  
  6. ----- SUPER DEBUG -----
  7.  
  8.  
  9. ----- Backup Database Only -----
  10.  
  11. /usr/bin/mysqldump --user=cron --password=1234 --lock-tables --flush-logs asterisk | /bin/gzip > /var/log/astguiclient/archive/temp/172.16.0.35asterisk2.gz
  12. mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
  13. /bin/tar cf /var/log/astguiclient/archive/172.16.0.35_ALL_2.tar /var/log/astguiclient/archive/temp
  14. /bin/tar: Removing leading `/' from member names
  15. rm -f /var/log/astguiclient/archive/172.16.0.35_ALL_2.tar.gz
  16. /bin/gzip -9 /var/log/astguiclient/archive/172.16.0.35_ALL_2.tar
  17. rm -fR /var/log/astguiclient/archive/temp
  18. DONE, Exiting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement