mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 05:01:13 +08:00
tests: Update default repo paths
This commit is contained in:
parent
614a7b81a1
commit
d9ebe1270a
2 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,11 @@
|
||||||
conf_version: 3.0
|
conf_version: 3.0
|
||||||
repos:
|
repos:
|
||||||
default:
|
default:
|
||||||
repo_uri: ./npbackup-cli-test-repo
|
repo_uri: ./test
|
||||||
repo_group: default_group
|
repo_group: default_group
|
||||||
backup_opts:
|
backup_opts:
|
||||||
paths: ../npbackup/npbackup
|
paths:
|
||||||
|
- ../npbackup/npbackup
|
||||||
tags: []
|
tags: []
|
||||||
minimum_backup_size_error: 400 Kib
|
minimum_backup_size_error: 400 Kib
|
||||||
exclude_files_larger_than: 0.0 Kib
|
exclude_files_larger_than: 0.0 Kib
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
conf_version: 3.0
|
conf_version: 3.0
|
||||||
repos:
|
repos:
|
||||||
default:
|
default:
|
||||||
repo_uri:
|
repo_uri: ./test
|
||||||
__NPBACKUP__cjA2cMpU/NXWeXGSQZrtgXVP1ZrKqQn4Hq41xxbaRTQxNzMyNzI0ODUzLjI0OTg5Nw8PDw8PDw8PDw8PDw8PDzxRwZTs6gTqdrEI6oFSnSWLureQSQ==__NPBACKUP__
|
|
||||||
repo_group: default_group
|
repo_group: default_group
|
||||||
backup_opts:
|
backup_opts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -11,8 +10,7 @@ repos:
|
||||||
minimum_backup_size_error: 400 Kib
|
minimum_backup_size_error: 400 Kib
|
||||||
exclude_files_larger_than: 0.0 Kib
|
exclude_files_larger_than: 0.0 Kib
|
||||||
repo_opts:
|
repo_opts:
|
||||||
repo_password:
|
repo_password: test
|
||||||
__NPBACKUP__TfMLTaHdOBA7cUkggFqr8jQCX9BiPb+I00F7S5zQ088xNzMyNzI0ODUzLjI0OTg5Nw8PDw8PDw8PDw8PDw8PD7bNnnCJ3yvSLVsIxaxVMdWKbk0=__NPBACKUP__
|
|
||||||
upload_speed: 100.0 Mib
|
upload_speed: 100.0 Mib
|
||||||
download_speed: 0.0 Kib
|
download_speed: 0.0 Kib
|
||||||
retention_policy: {}
|
retention_policy: {}
|
||||||
|
@ -39,7 +37,7 @@ groups:
|
||||||
- excludes/generic_excludes
|
- excludes/generic_excludes
|
||||||
- excludes/windows_excludes
|
- excludes/windows_excludes
|
||||||
- excludes/linux_excludes
|
- excludes/linux_excludes
|
||||||
exclude_patterns:
|
exclude_patterns: []
|
||||||
exclude_files_larger_than:
|
exclude_files_larger_than:
|
||||||
additional_parameters:
|
additional_parameters:
|
||||||
additional_backup_only_parameters:
|
additional_backup_only_parameters:
|
||||||
|
@ -94,4 +92,4 @@ global_options:
|
||||||
auto_upgrade_server_password:
|
auto_upgrade_server_password:
|
||||||
auto_upgrade_host_identity: ${MACHINE_ID}
|
auto_upgrade_host_identity: ${MACHINE_ID}
|
||||||
auto_upgrade_group: ${MACHINE_GROUP}
|
auto_upgrade_group: ${MACHINE_GROUP}
|
||||||
audience: public
|
audience: private
|
||||||
|
|
Loading…
Add table
Reference in a new issue