Make rsync backup run if it missed the time of last execution

This commit is contained in:
flyingscorpio@arch-desktop 2021-04-07 16:08:23 +02:00
parent 52cd1441b5
commit 806b87744b
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ fileignoreconfig:
- filename: dotfiles/systemd_timers/rsync_backup.service
checksum: 003ac82ffac85609548db7dac407768f47828a725562c0afba4477e3571ecdd3
- filename: dotfiles/systemd_timers/rsync_backup.timer
checksum: da8a09026e2fc28ce620eefa1a0a697468453c22a7b8640fb11bdda065cddb51
checksum: b87b72c5a0f66fd54d566b9c63b72db004fbf4c411ea3ac12f6202e6b84ebae9
- filename: dotfiles/zsh/zshenv
ignore_detectors:
- filename

View file

@ -3,6 +3,7 @@ Description=Backup with rsync daily
[Timer]
OnCalendar=*-*-* 12:00:00
Persistent=true
[Install]
WantedBy=timers.target