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 0ac7a98 commit 3e44c2bCopy full SHA for 3e44c2b
docker-compose.yml
@@ -129,7 +129,7 @@ services:
129
BACKUP_CRON_EXPRESSION: '20 01 * * *'
130
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
131
BACKUP_RETENTION_DAYS: '7'
132
- #BACKUP_EXCLUDE_REGEXP: 'folder|folder|file|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'cache|logs|tmp|tests|vendor|\\.log$$'
133
134
networks:
135
backend: null
0 commit comments