From 2abcd4523929f6d2173548f6ce2b09e2c0a090a5 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 26 Sep 2021 19:18:26 +0200 Subject: [PATCH] Make backups at 8 PM --- .gitignore | 1 + dotfiles/systemd_timers/gitea_backup_rsync.timer | 2 +- dotfiles/systemd_timers/rsync_backup.timer | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0eeb430..ed26b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.swp .mypy_cache/ +.talismanrc __pycache__/ process_list.txt secrets diff --git a/dotfiles/systemd_timers/gitea_backup_rsync.timer b/dotfiles/systemd_timers/gitea_backup_rsync.timer index 93d4259..7bb0064 100644 --- a/dotfiles/systemd_timers/gitea_backup_rsync.timer +++ b/dotfiles/systemd_timers/gitea_backup_rsync.timer @@ -2,7 +2,7 @@ Description=Fetch gitea dumps from Lime2 with rsync [Timer] -OnCalendar=*-*-* 10:00:00 +OnCalendar=*-*-* 20:00:00 Persistent=true [Install] diff --git a/dotfiles/systemd_timers/rsync_backup.timer b/dotfiles/systemd_timers/rsync_backup.timer index d3db752..4ae2115 100644 --- a/dotfiles/systemd_timers/rsync_backup.timer +++ b/dotfiles/systemd_timers/rsync_backup.timer @@ -2,7 +2,7 @@ Description=Backup with rsync daily [Timer] -OnCalendar=*-*-* 17:00:00 +OnCalendar=*-*-* 20:00:00 Persistent=true [Install]