<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#3333ff"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: ''Times New Roman''; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial,sans-serif; font-size: 13px;"><font size="-1"><font face="Arial">Hi there,<br> <br> While receiving incremental streams, "zfs recv" ignores the existing snapshots and stops without processing rest of the streams.<span class="Apple-converted-space"> </span><br> <br> Here is the scenario.<br> <br> # zfs snapshot spath@s1<br> <br> # zfs send spath@s1 | zfs recv dpath<br> <br> # zfs snapshot spath@s2<span class="Apple-converted-space"> </span><br> <br> </font></font><font size="-1"><font face="Arial"># zfs snapshot spath@s3<span class="Apple-converted-space"> </span></font></font><br> <font size="-1"><font face="Arial"><br> </font></font><font size="-1"><font face="Arial"># zfs send -I spath@s1 spath@s3 | zfs recv dpath</font></font><br> <font size="-1"><font face="Arial"><br> # zfs snapshot spath@s4<br> <br> </font></font><font size="-1"><font face="Arial"># zfs snapshot spath@s5</font></font><br> <font size="-1"><font face="Arial"><br> </font></font><font size="-1"><font face="Arial"># zfs send -v -I spath@s1 spath@s5 | zfs recv -v dpath<br> sending from @s1 to spath@s2<br> sending from @s2 to spath@s3<br> sending from @s3 to spath@s4<br> sending from @s4 to spath@s5<br> receiving incremental stream of spath@s2 into dpath@s2<br> snap dpath@s2 already exists; ignoring<br> #<br> <br> It should ignore s2, s3 and recv s4 and s5, but it stopped with first ignore. It works if I send s4 and s5 alone, but I need to always send it from s1.<br> <br> Any help would be appreciated.<br> <br> Thanks<br> - Ilavarasu</font></font></span></span> </body> </html>