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 acf6690 commit 927306cCopy full SHA for 927306c
docker-compose.yml
@@ -228,7 +228,7 @@ services:
228
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
229
BACKUP_RETENTION_DAYS: '7'
230
EXEC_LABEL: 'database'
231
- #BACKUP_EXCLUDE_REGEXP: 'folder|folder|file|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'app|bootstrap|database|tests|vendor|\\.log$$'
232
233
networks:
234
backend: null
0 commit comments