✨ feat(systemd): add new service to backup gamesaves using ludusavi
This commit is contained in:
parent
e188c0c539
commit
b3de325489
3 changed files with 20 additions and 1 deletions
10
.config/systemd/user/backupGames.service
Normal file
10
.config/systemd/user/backupGames.service
Normal 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
|
10
.config/systemd/user/backupGames.timer
Normal file
10
.config/systemd/user/backupGames.timer
Normal 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
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
[Unit]
|
||||
Description=Download Pinterest Boards
|
||||
After=network.target
|
||||
|
|
Loading…
Add table
Reference in a new issue