mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-02-17 09:23:56 +00:00
Update config.yml
disable tests
This commit is contained in:
40
config.yml
40
config.yml
@@ -1,21 +1,21 @@
|
|||||||
schemaVersion: '2.0.0'
|
schemaVersion: '2.0.0'
|
||||||
commandTests:
|
#commandTests:
|
||||||
- name: "restic package installation"
|
# - name: "restic package installation"
|
||||||
setup: [["/entry.sh"]]
|
# setup: [["/entry.sh"]]
|
||||||
command: "which"
|
# command: "which"
|
||||||
args: ["restic"]
|
# args: ["restic"]
|
||||||
expectedOutput: ["/bin/restic"]
|
# expectedOutput: ["/bin/restic"]
|
||||||
fileExistenceTests:
|
#fileExistenceTests:
|
||||||
- name: 'log directory exists'
|
#- name: 'log directory exists'
|
||||||
path: '/var/log'
|
# path: '/var/log'
|
||||||
shouldExist: true
|
# shouldExist: true
|
||||||
- name: 'cron log file exists'
|
#- name: 'cron log file exists'
|
||||||
path: '/var/log/cron.log'
|
# path: '/var/log/cron.log'
|
||||||
shouldExist: true
|
# shouldExist: true
|
||||||
- name: 'backup script exists'
|
#- name: 'backup script exists'
|
||||||
path: '/bin/backup'
|
# path: '/bin/backup'
|
||||||
shouldExist: true
|
# shouldExist: true
|
||||||
metadataTest:
|
#metadataTest:
|
||||||
volumes: ["/data"]
|
# volumes: ["/data"]
|
||||||
entrypoint: ["/entry.sh"]
|
# entrypoint: ["/entry.sh"]
|
||||||
cmd: ["tail","-fn0", "/var/log/cron.log"]
|
# cmd: ["tail","-fn0", "/var/log/cron.log"]
|
||||||
|
|||||||
Reference in New Issue
Block a user