File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tedivm-rsnapshot" ,
3
- "version" : " 0.6 .1" ,
3
+ "version" : " 0.7 .1" ,
4
4
"author" : " tedivm" ,
5
5
"summary" : " Secure and easy backups with rsnapshot." ,
6
6
"tags" : [
Original file line number Diff line number Diff line change 1
- backup <%= @client_user %> @<%= @host %> :<%= @source_path.gsub(/\/$/, '') %> /<%= "\t" %>
1
+ backup <%= @client_user %> @<%= @host %> :<%= @source_path.gsub(/\/$/, '') %> /<%= "\t" %> localhost/
Original file line number Diff line number Diff line change @@ -101,5 +101,5 @@ exclude <%= value %>
101
101
###############################
102
102
103
103
<% @directories.each do |source_dir| -%>
104
- backup <%= @client_user %> @<%= @fqdn %> :<%= source_dir.gsub(/\/$/, '') %> /<%= "\t" %> <%= "\t\t." %>
104
+ backup <%= @client_user %> @<%= @fqdn %> :<%= source_dir.gsub(/\/$/, '') %> /<%= "\t" %> localhost/
105
105
<% end -%>
You can’t perform that action at this time.
0 commit comments