From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id AFE261FF13A for ; Wed, 01 Apr 2026 11:53:33 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 20C8D165D6; Wed, 1 Apr 2026 11:54:02 +0200 (CEST) X-Virus-Scanned: amavis at zimbra.panservice.it Date: Wed, 1 Apr 2026 11:45:12 +0200 (CEST) From: Fabrizio Cuseo To: pbs-devel Message-ID: <1162959101.259951.1775036712330.JavaMail.zimbra@zimbra.panservice.it> Subject: Removable pbs datastores and jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.16.27.148] X-Mailer: Zimbra 10.1.16_GA_4850 (ZimbraWebClient - GC146 (Mac)/10.1.16_GA_4863) Thread-Index: nlE9erZSBPBkqg/RhU/HR8R0j6L2Tg== Thread-Topic: Removable pbs datastores and jobs X-SPAM-LEVEL: Spam detection results: 0 AWL 0.746 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 SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: KTO7KCJQKQNA3AXFK23KAXULAELWFCBS X-Message-ID-Hash: KTO7KCJQKQNA3AXFK23KAXULAELWFCBS X-MailFrom: fabry@zimbra.panservice.it 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 Reply-To: Fabrizio Cuseo List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hello. I am testing a "cheap tape-like" pbs system, using a lot of unused hard drives and USB dockers. I have created 4 different drives, and each one has one or more sync jobs to copy on mount and unmount as ended. But, how can I run prune and garbage collect jobs ? If I mount the drive, it executes sync jobs and unmount it, so I don't have time to run other jobs manually; to do it, I need to modify every sync job to disable "run on mount" flag. So, it will be very useful a "mount with no jobs" button, for maintainance tasks or simply to look at the content. It also be useful some options like "run after sync tasks" for each "verify/prune/garbage collect" task. Thanks, Fabrizio