From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 139371FF13E for ; Fri, 06 Mar 2026 13:26:36 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0D7DB30E4E; Fri, 6 Mar 2026 13:27:42 +0100 (CET) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pbs-devel@lists.proxmox.com, Robert Obkircher Subject: applied-series: [PATCH v6 proxmox-backup 00/18] fix: #3847 pipe from STDIN to proxmox-backup-client Date: Fri, 6 Mar 2026 13:26:27 +0100 Message-ID: <177279998308.622772.3760251337159624003.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260210150642.469670-1-r.obkircher@proxmox.com> References: <20260210150642.469670-1-r.obkircher@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1772800000209 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.140 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.617 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.892 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.622 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: MXJFPH37OESKJ2L7WODIZEXWPZZJNDMI X-Message-ID-Hash: MXJFPH37OESKJ2L7WODIZEXWPZZJNDMI X-MailFrom: f.gruenbichler@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 10 Feb 2026 16:06:16 +0100, Robert Obkircher wrote: > Add support for commands like: > ssh host cmd | proxmox-backup-client backup data.img:/dev/stdin > proxmox-backup-client backup a.img:<(mysqldump) b.img:<(pgdump) > > Changes since v5: > > Client: > - add IndexType::to_prefix_and_size helper and fix format string nit > - drop support for '-' but log helpful warnings > - fail early for duplicate pipes > - avoid calling poll_next on terminated streams > > [...] Applied, thanks! [01/18] datastore: remove Arc from FixedIndexWriter commit: 9fa339888acf8e5c882694c3a618751ade627012 [02/18] datastore: remove Arc from DynamicIndexWriter commit: 7759671aac4e78e8c30640ad3860ed74c28e66d2 [03/18] datastore: add TempDir that is automatically deleted on drop commit: 79d029e0199c223b75755a5e989a2d1d5ab6fd82 [04/18] datastore: use temporary directory for chunk store test commit: 1ab0b385377c972fb8ac072537e615f5b3f55030 [05/18] datastore: combine public FixedIndexWriter methods into add_chunk commit: 2ff0471f04138b05fd02dd25c3b2800ef2dd9110 [06/18] datastore: use fixed size types for FixedIndexWriter commit: 1aa2814c81c006a3116faa7195657b16ed84f132 [07/18] datastore: verify that chunk_size is a power of two commit: f7f94b157f432ff00209d5f48d7b66ee483744b5 [08/18] datastore: support writing fidx files of unknown size commit: af28de916b6c5660ef74904ddda484bcec912391 [09/18] datastore: test FixedIndexWriter commit: a2785041db7360f40543ddc626392c78c3c10215 [10/18] api: backup: make fixed index file size optional commit: 28fb8143bb85d3cfe3430040259283c413f6495a [11/18] api: verify fixed index writer size on close commit: 760f40de97f0dc985ff3ef7e58b13e27ea9d041a [12/18] client: don't poll terminated source in FixedChunkStream commit: 1860450a6ee1bc61835f7e498772784c09414a33 [13/18] client: don't poll terminated source in ChunkStream commit: cacb4e8ecca240a715de5ea1c62235f5685b57fd [14/18] fix #3847: client: support fifo pipe inputs for image backups commit: 2db23ce830670c184f982e1d9e8f4cc9053fa8af [15/18] client: Fail early if the same pipe is specified for multiple inputs commit: 6596442b1282930abaf9e9795450ad4692513e51 [16/18] datastore: compute fidx file size with overflow checks commit: b9d60cd6a2cbca17a7a3c559bae8d4741f67fe66 [17/18] datastore: support writing fidx files on systems with larger page size commit: 0b99efee4f4436cca88a02651c3f7c6413a27e34 [18/18] datastore: support incremental fidx uploads with different size commit: 433508f4bc170d6814f68f1f3f8af6c8634b4624 added a few follow-ups after off-list discussion: - use tempfile::TempDir for tests instead of custom implementation - replace a few should-not-happen panics with errors Best regards, -- Fabian Grünbichler