aboutsummaryrefslogtreecommitdiff
path: root/files/handlers
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-20 19:05:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-20 19:05:51 -0300
commit15279ff9aee9ede464655fea1c32c3163970c868 (patch)
tree16cebd9cf17d79752c94d7421477b5836ad5c7f5 /files/handlers
parent6d5ee5e6d2678aa5e47c09815b9b34f33072c0fb (diff)
downloadpuppet-backup-15279ff9aee9ede464655fea1c32c3163970c868.tar.gz
puppet-backup-15279ff9aee9ede464655fea1c32c3163970c868.tar.bz2
Minor fix at rsync handler
Diffstat (limited to 'files/handlers')
-rw-r--r--files/handlers/rsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/handlers/rsync b/files/handlers/rsync
index e55b512..eca4121 100644
--- a/files/handlers/rsync
+++ b/files/handlers/rsync
@@ -487,7 +487,7 @@ function rotate_long_remote {
for rottype in daily weekly monthly; do
seconds=\$((seconds_\${rottype}))
dir="$backuproot/\$rottype"
- metadata="$backuproot/metadata/\$rottype.1"
+ metadata="$backuproot/metadata"
mkdir -p \$metadata.1
if [ ! -d \$dir.1 ]; then