We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03dca commit b83d6e0Copy full SHA for b83d6e0
src/restic_compose_backup/config.py
@@ -2,7 +2,7 @@
2
3
4
class Config:
5
- default_backup_command = "source /env.sh && rcb backup > /proc/1/fd/1"
+ default_backup_command = "source /.env && rcb backup > /proc/1/fd/1"
6
default_crontab_schedule = "0 2 * * *"
7
8
"""Bag for config values"""
0 commit comments