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
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
.talismanrc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
process_list.txt
|
process_list.txt
|
||||||
secrets
|
secrets
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Description=Fetch gitea dumps from Lime2 with rsync
|
Description=Fetch gitea dumps from Lime2 with rsync
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 10:00:00
|
OnCalendar=*-*-* 20:00:00
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Description=Backup with rsync daily
|
Description=Backup with rsync daily
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 17:00:00
|
OnCalendar=*-*-* 20:00:00
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue