From 1b4e5640862e48fb24325a2cb3c833fedc3cc992 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Apr 2026 09:27:35 +0200 Subject: Remove old backup system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/systemd/user/do-backup.service | 6 ------ .config/systemd/user/do-backup.timer | 9 --------- 2 files changed, 15 deletions(-) delete mode 100644 .config/systemd/user/do-backup.service delete mode 100644 .config/systemd/user/do-backup.timer (limited to '.config') diff --git a/.config/systemd/user/do-backup.service b/.config/systemd/user/do-backup.service deleted file mode 100644 index 6559f30..0000000 --- a/.config/systemd/user/do-backup.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Create a backup for the month - -[Service] -Type=oneshot -ExecStart=/bin/bash /home/mssola/bin/do-backup.sh \ No newline at end of file diff --git a/.config/systemd/user/do-backup.timer b/.config/systemd/user/do-backup.timer deleted file mode 100644 index 2bd63e3..0000000 --- a/.config/systemd/user/do-backup.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Timer for my monthly backup - -[Timer] -OnCalendar=*-*-01 13:00:00 -Persistent=true - -[Install] -WantedBy=timers.target \ No newline at end of file -- cgit v1.2.3