23 lines
629 B
Plaintext
23 lines
629 B
Plaintext
# Contributor: Alex Denes <caskd@redxen.eu>
|
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
|
pkgname=redxen-cron-redis
|
|
pkgver=2020.12.27
|
|
pkgrel=0
|
|
pkgdesc="Redis backup maintenance scripts"
|
|
url="https://git.redxen.eu/RedXen"
|
|
arch="noarch"
|
|
license="none"
|
|
install_if="redxen-config-redis"
|
|
depends="dcron"
|
|
source="
|
|
cron-daily
|
|
"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -dm700 "$pkgdir"/databases/snapshots/redis
|
|
install -Dm544 cron-daily "$pkgdir"/etc/periodic/daily/snapshot-redis
|
|
}
|
|
|
|
sha512sums="6c74012cb975d0a30b3d2771e4c6b9f0117ada0117c65dca429f83c13360f9f2c1eb520e292c867e15679783334b8d59c9a5b40be8c8af1944257253aa852100 cron-daily"
|