mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
- Best wording - Don't allow to enable `.service` units, that wouldn't make sense because they're managed by timers
9 lines
438 B
Desktop File
9 lines
438 B
Desktop File
[Unit]
|
|
Description=Daily snapshots for home and root subvolumes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --create --kind daily
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --clean --kind daily
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --create --kind daily
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --clean --kind daily
|