code/etcd-inmemory/files/etc/cron.d/wamblee-etcd

11 lines
264 B
Plaintext
Raw Normal View History

2023-02-26 12:36:15 +00:00
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