feat(systemd): add new service to backup gamesaves using ludusavi

This commit is contained in:
Sergio Laín 2024-06-20 16:24:32 +02:00
parent e188c0c539
commit b3de325489
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
3 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Backup Game Filesaves with Ludusavi
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ludusavi backup --force --full-limit 3
[Install]
WantedBy=default.target

View file

@ -0,0 +1,10 @@
[Unit]
Description=Backup Game Filesaves
[Timer]
OnCalendar=Mon,Wed,Fri 19:00:00
Persistent=true
Unit=backupGames.service
[Install]
WantedBy=timers.target

View file

@ -1,4 +1,3 @@
[Unit]
Description=Download Pinterest Boards
After=network.target