aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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