mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
11 lines
No EOL
397 B
Desktop File
11 lines
No EOL
397 B
Desktop File
[Unit]
|
|
Description=Snapshot root and home directories.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --cr --clean --kind daily
|
|
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --cr --clean --kind daily
|
|
# ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-containers.toml --cr --clean --kind daily
|
|
|
|
[Install]
|
|
WantedBy=default.target |