mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
12 lines
No EOL
494 B
Desktop File
12 lines
No EOL
494 B
Desktop File
[Unit]
|
|
Description=Take system snapshots monthly.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --cr --clean --kind monthly
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --cr --clean --kind monthly --rw
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --cr --clean --kind monthly
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --cr --clean --kind monthly --rw
|
|
|
|
[Install]
|
|
WantedBy=default.target |