Skip to content

Commit 11c0e5f

Browse files
authored
add msg in the logs for skipping snapshots (#417)
1 parent afa2b29 commit 11c0e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/ghe-backup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ if [ -z "$failures" ]; then
303303
ln -s "$GHE_SNAPSHOT_TIMESTAMP" "../current"
304304

305305
ghe-prune-snapshots
306+
else
307+
log_info "Skipping pruning snapshots, since some backups failed..."
306308
fi
307309

308310
END_TIME=$(date +%s)

0 commit comments

Comments
 (0)