Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t96i7-007npS-Md for pgsql-admin@arkaria.postgresql.org; Thu, 07 Nov 2024 17:54:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t96i5-000RDY-2u for pgsql-admin@arkaria.postgresql.org; Thu, 07 Nov 2024 17:54:21 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t96i4-000RDP-KR for pgsql-admin@lists.postgresql.org; Thu, 07 Nov 2024 17:54:21 +0000 Received: from mailout.easymail.ca ([64.68.200.34]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t96i1-000fY6-Ok for pgsql-admin@postgresql.org; Thu, 07 Nov 2024 17:54:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 643A4E3F62; Thu, 7 Nov 2024 17:54:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1731002055; bh=fCHwE9KWi9Ga0Wao19GdLkiRZRzYglQJjjDMtIXF7Pg=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=O6gLqAeCLbsi5M2Dv4UGWtV9D+W8xlNRV5AkO9eIH2gxBMIlolqIWQ9d+/O19rqg0 koTOmMAXFNvPb+dNud10eVXoem+5K8/egTOC4dlzY9zGC1GNS1Xh7oUhHVz3x+5lg5 KVMwIFmZ4ppkeZHqXcSBVSvqkTvLJ/ORUDCz+G61SpGFeKoiLIhsMPHREtyBo4eOVX neXI+T237GbYZ5IyWgNuoTdcI4sSXQuemVfsvw0ivvLavYj3ZafbS/EssGkaDxiaEK gqm4rz64+EUFhmFceDJJ7R8Q2HUoZoxDe2UsnZ1bUd2WvNzOZWLG0hyI6jdu7Ov4Xa 5yBYCyzp9kQyQ== X-Virus-Scanned: Debian amavisd-new at emo08-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo08-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oh2aeyB8hM2S; Thu, 7 Nov 2024 17:54:15 +0000 (UTC) Received: from smtpclient.apple (unknown [165.140.184.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id C84EEE3F60; Thu, 7 Nov 2024 17:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1731002054; bh=fCHwE9KWi9Ga0Wao19GdLkiRZRzYglQJjjDMtIXF7Pg=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=opmozEkGLL6zxkDE2QnZ7669o8HXrRB+QnKXGOzr7or5ICRziwW0Fyt39BMMGIPRf N4w+wLuqCFP3v1cb2zXRY3RQEs2EJ/ixewznxu1W2wt4zEQd8JNwv9yRl+lBofN+6z 14c7s3cRP9HHYT9cSaIgA+CdHmUQba9KgSO6NUUWY9nGhcNVQbNftloTdarZ6aJEmo DLEguZY3XVtZhLQceyJoLh3b3d1uDjAn0BGNrWnQS2m3SOp0yNUDqe27kvP1S3Ihx+ ntGx0IkyODjXlllgiUZDiJ0DfdN0rdV0oU+u30KfYEzMoEZwk6B4M1DLEtaG8FE5M8 /bATl6JRtGIWg== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Running rsync backups in pg15 From: Scott Ribe In-Reply-To: Date: Thu, 7 Nov 2024 10:54:04 -0700 Cc: "pgsql-admin@postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <0BE65A30-BD69-4D52-968A-E48F54427009@elevated-dev.com> References: To: Evan Rempel X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Nov 7, 2024, at 10:47=E2=80=AFAM, Evan Rempel = wrote: >=20 > Anyone know if there is a straight forward way to allows the = pg_start_backup and the pg_stop_backup to be run in different sessions? Would it be feasible for you to write a small tool which executes = pg_start_backup, runs in the background, and on command executes = pg_stop_backup? Could maybe be done with a shell script & pipes...