From c74f5c64e5f11ff25a7e80170c37e94b845cb3ba Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 25 Feb 2021 12:59:20 +0100 Subject: [PATCH] Change home backups to daily --- arch-config/.config/systemd/user/restic-backup-home.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.config/systemd/user/restic-backup-home.timer b/arch-config/.config/systemd/user/restic-backup-home.timer index ccea2272..385565cd 100644 --- a/arch-config/.config/systemd/user/restic-backup-home.timer +++ b/arch-config/.config/systemd/user/restic-backup-home.timer @@ -1,7 +1,7 @@ [Unit] Description=Backup home with restic weekly [Timer] -OnCalendar=weekly +OnCalendar=daily Persistent=true [Install] WantedBy=timers.target