Merge pull request #495 from mauerj/master

Add quotes to backup password to be able to use more complex passwords.
This commit is contained in:
Igor Galić 2014-04-16 12:36:02 +02:00
commit b763006ab6

View file

@ -11,7 +11,7 @@
##### START CONFIG ###################################################
USER=<%= @backupuser %>
PASS=<%= @backuppassword %>
PASS='<%= @backuppassword %>'
DIR=<%= @backupdir %>
ROTATE=<%= [ Integer(@backuprotate) - 1, 0 ].max %>