Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from linc01n/recusive-create-backup
Browse files Browse the repository at this point in the history
Add recursive folder creation to DIY backup
  • Loading branch information
linc01n committed Oct 13, 2015
2 parents 944ecf1 + a3b6761 commit 1e3f420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/backup_diy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
owner node['stash']['user']
mode '0750'
action :create
recursive true
not_if { ::Dir.exist?(node['stash']['backup']['backup_path']) }
end

Expand Down

0 comments on commit 1e3f420

Please sign in to comment.