code/etcd-inmemory/files/etc/cron.d/wamblee-etcd
2023-02-26 13:36:15 +01:00

11 lines
264 B
Plaintext

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
HOME=/root
MAILTO=root
*/15 * * * * root /opt/wamblee/etcd/bin/etcd-cron > /var/log/wamblee-etcd-backup 2>&1
30 0 * * * root /opt/wamblee/etcd/bin/etcdctl defrag --cluster > /var/log/wamblee-etcd-defrag 2>&1