]> andersk Git - sql.git/blame - libexec/cron-weekly-local.sh
use local socket for backups
[sql.git] / libexec / cron-weekly-local.sh
CommitLineData
8145dbcc
JP
1#!/bin/bash
2
3if [[ `ls /srv/backup/daily/ | wc -l` -ge 3 ]]; then
4 mv /srv/backup/daily/`ls -t /srv/backup/daily/ | tail -n1` /srv/backup/weekly/
5fi
This page took 0.050855 seconds and 5 git commands to generate.