Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backupData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ backup() {

# If there is no snapshot on dest fs, backup the oldest snapshot on the src fs
if [ -z "$newestSnapDestFs" ]; then
log_info "$LOGFILE" "$logPrefix: No snapfound found in destination filesystem"
log_info "$LOGFILE" "$logPrefix: No snapshot found in destination filesystem"

if [ -z "$oldestSnapSrcFs" ]; then
log_info "$LOGFILE" "$logPrefix: No snapshot to backup found in source filesystem"
Expand Down