aports/cron/influxdb/cron-daily

4 lines
179 B
Plaintext
Raw Normal View History

2020-12-27 13:04:43 +00:00
#!/bin/sh
/sbin/btrfs subvolume delete /databases/snapshots/influxdb/`date +"%u"`
/sbin/btrfs subvolume snapshot -r /databases/influxdb /databases/snapshots/influxdb/`date +"%u"`