- 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
9 lines
178 B
Desktop File
9 lines
178 B
Desktop File
[Unit]
|
|
Description=Backup tool
|
|
Documentation=man:storeBackup(1)
|
|
ConditionPathExists=/etc/storebackup.d
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/storeBackup/storeBackup-run-all
|