btrbk icon indicating copy to clipboard operation
btrbk copied to clipboard

Add support to source other files in configuration

Open Massimo-B opened this issue 3 years ago • 1 comments

Please add support to source other files in the btrbk configuration file in the syntax like source /etc/btrbk/shared.conf

Background is, I'm going to merge btrbk configurations of several machines. The main configuration is almost identical and could be moved into a shared identical file. Additionally it would be interesting to have support for defining variables (#493) so that the machine specific file would be only like this:

machine = "server_foo"
source  /etc/btrbk/shared.conf

Massimo-B avatar Oct 20 '22 06:10 Massimo-B

This, together with your #493 is similar to my #500.

calestyo avatar Nov 15 '22 22:11 calestyo