From 8985731f132a4c74ded2c7ea52fe0ca373cc9cf2 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 26 Jan 2022 10:06:35 -0500 Subject: [PATCH] Remove backup maintenance systemd files They don't work and I'll remember to run them manually --- systemd/.config/systemd/user/restic-maintenance.service | 6 ------ systemd/.config/systemd/user/restic-maintenance.timer | 9 --------- 2 files changed, 15 deletions(-) delete mode 100644 systemd/.config/systemd/user/restic-maintenance.service delete mode 100644 systemd/.config/systemd/user/restic-maintenance.timer diff --git a/systemd/.config/systemd/user/restic-maintenance.service b/systemd/.config/systemd/user/restic-maintenance.service deleted file mode 100644 index 59f7c7f..0000000 --- a/systemd/.config/systemd/user/restic-maintenance.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Restic backup maintenance - deleting and checking - -[Service] -Type=oneshot -ExecStart=/home/earne/.dotfiles/.restic/restic-do maint diff --git a/systemd/.config/systemd/user/restic-maintenance.timer b/systemd/.config/systemd/user/restic-maintenance.timer deleted file mode 100644 index aea8427..0000000 --- a/systemd/.config/systemd/user/restic-maintenance.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Weekly restic backup maintenance - deleting and checking - -[Timer] -OnCalendar=weekly -Persistent=true - -[Install] -WantedBy=timers.target