From nobody Wed Oct 27 22:26:48 2021 X-Original-To: freebsd-questions@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 4731B1810E67 for ; Wed, 27 Oct 2021 22:27:01 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (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 4Hfjwh0vqqz3C6w for ; Wed, 27 Oct 2021 22:27:00 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id B5C53AA9; Thu, 28 Oct 2021 00:26:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1635373611; s=20210208-e7xh; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:From:Cc; l=1558; bh=Axnu+94bEGZicY6rQQsKack05bc+PzeyzvY2CvFXcBk=; b=i+5JlCRVQD8VgFfqbXbjrpYrbanOWznw7efnZI7xpmttCh9i13+t2UstP2QauZJn FghjjlrbaQGlK0SoGt5/r+m4OBcso1ANd0OZN8D3V/NApBP87MYz0LwxLY9aEAvWfe3 9j/QPaDcBA62PIKSdeAmn7tpN3yedDrBR3Pfn+yaS6d+CzXRwW9ZLKWhzTQQx4GTdUO aDHzMZCTETec2ecDuo86+HVl3fvISv+sE2fRuXbnVgXfYZzi0jcv4RQeakE5KCeTrHO tG0lOgaNR3cWHJCfcCz21qakKr87jHRH55QrNTuUlE9pwsTrbS/HGlTu/f+9GqRQVAl NZCT0+hNKw== Date: Thu, 28 Oct 2021 00:26:48 +0200 (CEST) Message-ID: <207158577.263486.1635373608434@ichabod.co-bxl> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_263483_319268374.1635373608432" To: freebsd-questions@freebsd.org Subject: RE: zfs: backup unencrypted datasets into encrypted datasets Cc: henrix@camandro.org X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Rspamd-Queue-Id: 4Hfjwh0vqqz3C6w X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=mailfence.com header.s=20210208-e7xh header.b=i+5JlCRV; dmarc=pass (policy=quarantine) header.from=mailfence.com; spf=pass (mx1.freebsd.org: domain of sysadmin.lists@mailfence.com designates 212.3.242.68 as permitted sender) smtp.mailfrom=sysadmin.lists@mailfence.com X-Spamd-Result: default: False [-3.09 / 15.00]; FAKE_REPLY(1.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[mailfence.com:s=20210208-e7xh]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:212.3.242.64/26]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.3.242.68:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[mailfence.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[mailfence.com,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:10753, ipnet:212.3.242.64/26, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_LOW(-0.10)[212.3.242.68:from] Reply-To: sysadmin.lists@mailfence.com From: Sysadmin Lists via freebsd-questions X-Original-From: Sysadmin Lists X-ThisMailContainsUnwantedMimeParts: N ------=_Part_263483_319268374.1635373608432 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline > cannot receive new filesystem stream: destination 'backups/root/orpheus-home' exists ... > cannot receive new filesystem stream: zfs receive -F cannot be used to destroy an encrypted filesystem or overwrite an unencrypted one with an encrypted one It looks like you've accidentally created a filesystem on the USB drive, and "-F" is refusing to destroy it for you. Try manually destroying it first, then resend. Check what `zfs list backups' says. -- Sent with https://mailfence.com Secure and private email ------=_Part_263483_319268374.1635373608432--