Add missing backup recipe
This commit is contained in:
parent
58c9ccc48c
commit
82386b44ba
6
site-cookbooks/kosmos-parity/recipes/backup.rb
Normal file
6
site-cookbooks/kosmos-parity/recipes/backup.rb
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
return if node.chef_environment == "development"
|
||||
|
||||
# Backup the local directory
|
||||
node.override["backup"]["archives"]["parity"] = ["#{node['kosmos-parity']['home_path']}/.local/share/io.parity.ethereum/**/keys"]
|
||||
include_recipe "backup"
|
Loading…
x
Reference in New Issue
Block a user