Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. root@dialer3:~# /usr/src/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.35asterisk0.gz
  12. /bin/tar cf /var/log/astguiclient/archive/172.16.0.35_ALL_0.tar /var/log/astguiclient/archive/temp
  13. /bin/tar: Removing leading `/' from member names
  14. rm -f /var/log/astguiclient/archive/172.16.0.35_ALL_0.tar.gz
  15. /bin/gzip -9 /var/log/astguiclient/archive/172.16.0.35_ALL_0.tar
  16. rm -fR /var/log/astguiclient/archive/temp
  17. DONE, Exiting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement