KenKundert / emborg

Interactive command line interface to Borg Backup
GNU General Public License v3.0
94 stars 8 forks source link

Composite create fails #70

Closed Sysnic73 closed 1 year ago

Sysnic73 commented 1 year ago

First ... thank you for emborg!

From: configuring.rst

You can run all three configurations with:

$ emborg -c all create

$ emborg -c all create
emborg error: all: unknown configuration.
    Perhaps you forgot to add it to the ‘configurations’ setting?.
    Choose from: min and max.
KenKundert commented 1 year ago

Did you add all to your list of defined configurations? In the documentation, that was done by adding the following to configurations:

configurations = 'home lamp data all=home,lamp,data'
                                 ^^^^^^^^^^^^^^^^^^
Sysnic73 commented 1 year ago

Thanks for the quick response. I missed that in the docs.