- Improve config detection for storeBackup-run-all script - Remove storeBackup-3.5.diff - Migrate from cron to systemd timers (bsc#1115457) * Add a simple script to replace cron-storeBackup OBS-URL: https://build.opensuse.org/request/show/905792 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/storeBackup?expand=0&rev=14
12 lines
157 B
SYSTEMD
12 lines
157 B
SYSTEMD
[Unit]
|
|
Description=Daily backup
|
|
Documentation=man:storeBackup(1)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Persistent=True
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|