diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-13 00:25:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-13 00:25:42 -0200 |
commit | a933f2c5ef5f77b081f1e11b1057c7bdc1b34fc8 (patch) | |
tree | f53701b1f1e3b198153e6c13fcede656e9540dc4 /templates/dup.conf.erb | |
parent | 4e494cf0eff237ad8638c20d8438ee83d1a0bab8 (diff) | |
parent | 39525031704db81bfd0cd3732d7437643236ddf8 (diff) | |
download | puppet-backup-a933f2c5ef5f77b081f1e11b1057c7bdc1b34fc8.tar.gz puppet-backup-a933f2c5ef5f77b081f1e11b1057c7bdc1b34fc8.tar.bz2 |
Merge branch 'master' of ssh://gitosis@git.sarava.org:2203/puppet-backup
Conflicts:
manifests/init.pp
Diffstat (limited to 'templates/dup.conf.erb')
-rw-r--r-- | templates/dup.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index d35e0e2..9070bac 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -26,7 +26,7 @@ mkdir -p $TMP export PASSPHRASE="<%= password %>" # adds support for checking the existing backup -if [ "$1" == "--check"]; then +if [ "$1" == "--check" ]; then duplicity collection-status file:///$BACKUP_FOLDER else # it's important to let $EXCLUDE come before $INCLUDE to |