diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-20 19:05:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-20 19:05:51 -0300 |
commit | 15279ff9aee9ede464655fea1c32c3163970c868 (patch) | |
tree | 16cebd9cf17d79752c94d7421477b5836ad5c7f5 /files | |
parent | 6d5ee5e6d2678aa5e47c09815b9b34f33072c0fb (diff) | |
download | puppet-backup-15279ff9aee9ede464655fea1c32c3163970c868.tar.gz puppet-backup-15279ff9aee9ede464655fea1c32c3163970c868.tar.bz2 |
Minor fix at rsync handler
Diffstat (limited to 'files')
-rw-r--r-- | files/handlers/rsync | 2 |
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 |