Back up LND dir to S3
This commit is contained in:
parent
7adee84adf
commit
0b80d490a8
@ -118,3 +118,8 @@ if node['bitcoin']['tor_enabled']
|
|||||||
node.override['tor']['ControlPort'] = 9051
|
node.override['tor']['ControlPort'] = 9051
|
||||||
node.override['tor']['CookieAuthentication'] = true
|
node.override['tor']['CookieAuthentication'] = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
unless node.chef_environment == 'development'
|
||||||
|
node.override['backup']['archives']['lnd'] = [node['lnd']['lnd_dir']]
|
||||||
|
include_recipe 'backup'
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user