Compare commits

..

No commits in common. "5b11a21b5048cd37f6370b0ff8c705eccac711f9" and "983a30e1978f0d8acefcafc3cb2b55a420b4e7c1" have entirely different histories.

View File

@ -1,5 +0,0 @@
#!/usr/bin/bash
date=$(date +%Y-%m-%d)
mysqldump -utest -ptest123 sage > ~/db/sage-${date}.sql
find ~/db -name "*.sql" -mtime +1 -print|awk '{print("rm -f", $1)}'| sh