Make rsync backup run if it missed the time of last execution
This commit is contained in:
parent
52cd1441b5
commit
806b87744b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -3,6 +3,7 @@ Description=Backup with rsync daily
|
|||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 12:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
Loading…
Add table
Reference in a new issue