From nobody Fri Aug 27 09:05:59 2021 X-Original-To: freebsd-fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D1DA5177697A for ; Fri, 27 Aug 2021 09:06:08 +0000 (UTC) (envelope-from SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gwv2l5BHfz4v2W for ; Fri, 27 Aug 2021 09:06:07 +0000 (UTC) (envelope-from SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl) Date: Fri, 27 Aug 2021 11:05:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1630055159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cqHI5/htJvbNvZtW3egUhg7TzfRd7Fw+acS5ae876b4=; b=Wcp2guJndJ3RwQcPPz4UkGikVqixl8YCWxT/81nWTXeprrK7BkY83a3pI/zwQfGUTOKtgK ObILq9QNZKG+vzoRAACz4wqfCNQk4xpD153DgeaWsDJHe6oe7GT8iG4MFQZfkLRngLIEdY OZkSYn0Nhqg7ISil9xRosmuvbbZhexfOXACjHyDyBXB3UFhrLkjwc+0Ql6m8H/51G067Qj 8abCuBN0YvxSyNO/kPXu81kVIPZJ2kDOuHOU5+NtclFgelSlhsTu/kVyegJ9+7ETT63LIo c5zIzD/Blz6cty2JhxITWckB2luO7xaATyTk8xxUTcmq9at9DP9YqDdRRVTKrg== From: Ronald Klop To: freebsd-fs Message-ID: <240616455.10.1630055159842@localhost> In-Reply-To: <13B8BFED-E1E0-4912-BD9E-6581C308FF25@via.net> References: <13B8BFED-E1E0-4912-BD9E-6581C308FF25@via.net> Subject: Re: Backups to disk List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9_402275875.1630055159833" X-Mailer: Realworks (574.746.c373083) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4Gwv2l5BHfz4v2W X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=Wcp2guJn; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of "SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl" designates 194.109.157.24 as permitted sender) smtp.mailfrom="SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl" X-Spamd-Result: default: False [-3.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_SHORT(-1.00)[-0.998]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl]; RCVD_COUNT_ZERO(0.00)[0]; RWL_MAILSPIKE_POSSIBLE(0.00)[194.109.157.24:from]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=bVb0=NS=klop.ws=ronald-lists@realworks.nl] X-ThisMailContainsUnwantedMimeParts: Y ------=_Part_9_402275875.1630055159833 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, What you are trying to do does not sound weird. So the error might be in the details. Can you copy-paste the command and the output? Or the mention of the signal in the logs somewhere. It can be quite important what signal it gets. Some output of "zfs list" and "zpool status" might also help. Regards, Ronald. Van: joe mcguckin Datum: vrijdag, 27 augustus 2021 01:29 Aan: freebsd-fs Onderwerp: Backups to disk > > I created a second zfs filesystem to be used as backups. I made a snapshot and tried zfs send archive@08252021 | zfs recv /backup/08252021. > > This fails with Freebsd complaining that zfs recv got a signal and aborted. > > Any thoughts? > > Thanks, > > Joe > > > Joe McGuckin > ViaNet Communications > > joe@via.net > 650-207-0372 cell > 650-213-1302 office > 650-969-2124 fax > > > > > > ------=_Part_9_402275875.1630055159833--