File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -357,14 +357,16 @@ $sshto:$rloc/$fs was not created by zap."
357
357
if [ " $l_ts " -gt " $r_ts " ]; then
358
358
# # check if there is a local snapshot for the remote snapshot
359
359
if ! sp=$( zfs list -rd1 -t snap -H -o name " $1 " | grep " $rsnap " ) ; then
360
- warn " Failed to find local snapshot for remote snapshot."
360
+ warn " Failed to find local snapshot for remote snapshot \
361
+ ${rloc}${fs}${rsnap} ."
361
362
warn " Will attempt to fall back to a bookmark, but all \
362
363
intermediary snapshots will not be sent."
363
364
fi
364
365
# # check if there is a bookmark for the remote snapshot
365
366
if [ -z " $sp " ] && ! sp=$( zfs list -rd1 -t bookmark -H -o name \
366
367
" $1 " | grep " ${rsnap#@ } " ) ; then
367
- warn " Failed to find bookmark for remote snapshot."
368
+ warn " Failed to find bookmark for remote snapshot \
369
+ ${rloc}${fs}${rsnap} ."
368
370
warn " Failed to replicate $lsnap to $sshto :$rloc ."
369
371
else
370
372
if echo " $sp " | grep -q ' @' ; then i=' -I' ; else i=' -i' ; fi
You can’t perform that action at this time.
0 commit comments