linuxscripts/etc/systemd/system/rusnapshot-monthly.service
Edu4rdSHL 8acc4a6bff
Add rusnapshot configs.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2022-01-30 22:12:21 -05:00

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