aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-09 17:47:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-09 17:47:59 -0300
commit2acf2881f7db520f804cac812ecb27c40ccd3c73 (patch)
tree408dfda93482954e9dfe21639ff23cdfa8773efe /templates
parent32df7ed52f990b18fa548a07b70c13dcc596b6ab (diff)
downloadpuppet-backup-2acf2881f7db520f804cac812ecb27c40ccd3c73.tar.gz
puppet-backup-2acf2881f7db520f804cac812ecb27c40ccd3c73.tar.bz2
Improving rsync-check output
Diffstat (limited to 'templates')
-rw-r--r--templates/rsync-check.sh.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/rsync-check.sh.erb b/templates/rsync-check.sh.erb
index d7ab759..419f9a9 100644
--- a/templates/rsync-check.sh.erb
+++ b/templates/rsync-check.sh.erb
@@ -21,9 +21,10 @@ if [ -e "$BACKUP_FOLDER" ]; then
# Check rsync metadata
if [ ! -z "$metadatas" ]; then
+ echo "Available dates"
+ echo "======================================================"
for metadata in $metadatas; do
- echo $metadata
- cat $metadata
+ cat $metadata
done
fi