Skip to content

Commit 3e68660

Browse files
committed
forward compatibility with rsnapshot
1 parent c9cf720 commit 3e68660

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tedivm-rsnapshot",
3-
"version": "0.6.1",
3+
"version": "0.7.1",
44
"author": "tedivm",
55
"summary": "Secure and easy backups with rsnapshot.",
66
"tags": [

templates/backup_point.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
backup <%= @client_user %>@<%= @host %>:<%= @source_path.gsub(/\/$/, '') %>/<%= "\t" %>
1+
backup <%= @client_user %>@<%= @host %>:<%= @source_path.gsub(/\/$/, '') %>/<%= "\t" %>localhost/

templates/config.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ exclude <%= value %>
101101
###############################
102102

103103
<% @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/
105105
<% end -%>

0 commit comments

Comments
 (0)