mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Change backup logging to append instead of overwritting
This commit is contained in:
parent
4e547fbcb7
commit
2f9be424d3
2 changed files with 1 additions and 4 deletions
|
|
@ -10,5 +10,5 @@
|
|||
state: present
|
||||
minute: 0
|
||||
hour: 4
|
||||
job: "/root/fullBackup.sh > /var/log/backup.log 2>&1"
|
||||
job: "/root/fullBackup.sh >> /var/log/backup.log 2>&1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue