Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. result :
  2. : not foundsh: 2: backuptest.sh:
  3. : not foundsh: 4: backuptest.sh:
  4. : not foundsh: 6: backuptest.sh:
  5. : not foundsh: 7: backuptest.sh:
  6.  
  7.  
  8.  
  9. content of backuptest.sh
  10. #!/bin/sh -e
  11. location=`date +%Y%m%d`.sql
  12. mysqldump -u root -proot spider_db > $location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement