Add Quotes to backup password to be able to use more complex passwords.

This commit is contained in:
jmauer 2014-04-01 10:30:45 +02:00
parent 469d25d9e7
commit 056407f158

View file

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