Make backups at 8 PM
This commit is contained in:
parent
4e0abeee2d
commit
2abcd45239
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
.mypy_cache/
|
||||
.talismanrc
|
||||
__pycache__/
|
||||
process_list.txt
|
||||
secrets
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Description=Fetch gitea dumps from Lime2 with rsync
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 10:00:00
|
||||
OnCalendar=*-*-* 20:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Description=Backup with rsync daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 17:00:00
|
||||
OnCalendar=*-*-* 20:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue