1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-13 15:59:28 +00:00

add backup script feature, a lot of fixes

This commit is contained in:
Norbert Varzariu
2016-01-19 17:23:40 +01:00
parent 5fe01d46e1
commit 455ba13572
4 changed files with 30 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
# This file is being managed by puppet
# Module 'rsnaphost'
# Module 'rsnapshot'
config_version <%= @config_version %>
snapshot_root <%= @snapshot_root %>
snapshot_root <%= @snapshot_root -%>/<%=@host%>
<% if @no_create_root != '' -%>
no_create_root <%= @no_create_root %>
<% end -%>
@@ -130,4 +130,3 @@ backup <%= @backup_user %>@<%=@host%>:<%= source %> <%=dest%>
backup <%=@host%>:<%= source %> <%=dest%>
<% end -%>
<% end -%>