Optionschevron_right
0.x to 1.0Most of the config file is remained compatible, however to clean up the backends custom environment variables were moved from the root object to an env object.
1link# Before
2linkremote:
3link    type: b2
4link    path: bucket:path/to/backup
5link    key: some random encryption key
6link    B2_ACCOUNT_ID: id
7link    B2_ACCOUNT_KEY: key
8link
9link# After
10linkremote:
11link    type: b2
12link    path: bucket:path/to/backup
13link    key: some random encryption key
14link    env:
15link      B2_ACCOUNT_ID: id
16link      B2_ACCOUNT_KEY: key
Other than the config file there is a new -v, --verbose flag which shows the output of native commands, which are now hidden by default.
Home Quick Start Installation Configuration Upgrade