]> andersk Git - sql.git/blob - libexec/cron-weekly-local.sh
3857aa4122e85529364c82045b386f9d405fb009
[sql.git] / libexec / cron-weekly-local.sh
1 #!/bin/bash
2
3 if [[ `ls /srv/backup/daily/ | wc -l` -ge 3 ]]; then
4         mv /srv/backup/daily/`ls -t /srv/backup/daily/ | tail -n1` /srv/backup/weekly/
5 fi
This page took 0.071393 seconds and 3 git commands to generate.