mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 17:34:57 +00:00
change default cron command
This commit is contained in:
@@ -1 +1 @@
|
|||||||
10 2 * * * . /env.sh && /backup.sh && rcb cleanup > /proc/1/fd/1 2>&1
|
10 2 * * * . /env.sh && /backup.sh > /proc/1/fd/1 2>&1
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
default_backup_command = ". /env.sh && /backup.sh && rcb cleanup > /proc/1/fd/1 2>&1"
|
default_backup_command = ". /env.sh && /backup.sh > /proc/1/fd/1 2>&1"
|
||||||
default_crontab_schedule = "0 2 * * *"
|
default_crontab_schedule = "0 2 * * *"
|
||||||
|
|
||||||
"""Bag for config values"""
|
"""Bag for config values"""
|
||||||
|
|||||||
Reference in New Issue
Block a user