diff --git a/.config/systemd/user/backupGames.service b/.config/systemd/user/backupGames.service new file mode 100644 index 00000000..4e954043 --- /dev/null +++ b/.config/systemd/user/backupGames.service @@ -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 diff --git a/.config/systemd/user/backupGames.timer b/.config/systemd/user/backupGames.timer new file mode 100644 index 00000000..45940339 --- /dev/null +++ b/.config/systemd/user/backupGames.timer @@ -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 diff --git a/.config/systemd/user/downloadPinterest.service b/.config/systemd/user/downloadPinterest.service index f5c38ad0..93a4c59c 100644 --- a/.config/systemd/user/downloadPinterest.service +++ b/.config/systemd/user/downloadPinterest.service @@ -1,4 +1,3 @@ - [Unit] Description=Download Pinterest Boards After=network.target