Back up LND files and channels to S3 #370

Merged
raucao merged 4 commits from feature/359-lnd_channel_backups into master 2022-01-03 17:38:47 +00:00
Showing only changes of commit 0b80d490a8 - Show all commits

View File

@ -118,3 +118,8 @@ if node['bitcoin']['tor_enabled']
node.override['tor']['ControlPort'] = 9051
node.override['tor']['CookieAuthentication'] = true
end
unless node.chef_environment == 'development'
node.override['backup']['archives']['lnd'] = [node['lnd']['lnd_dir']]
include_recipe 'backup'
end