Thread: PgBackrest
Hello I'm backing up with PgBackrest. When backups are finished, I want it to notify me via email. Is there a tool for this? Thanks. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org ⠈⠳⣄⠀⠀⠀⠀
On 8/25/21 7:20 AM, Gokan Atmaca wrote: > Hello > > I'm backing up with PgBackrest. When backups are finished, I want it > to notify me via email. Is there a tool for this? I'd check the return code, and send the email based on that. -- Angular momentum makes the world go 'round.
Yup. /usr/bin/bash should be able to do that, if programmed carefully. On 8/25/21 8:20 AM, Gokan Atmaca wrote: > Hello > > I'm backing up with PgBackrest. When backups are finished, I want it > to notify me via email. Is there a tool for this? > > > Thanks. > > > -- Mladen Gogala Database Consultant Tel: (347) 321-1217 https://dbwhisperer.wordpress.com
> Yup. /usr/bin/bash should be able to do that, if programmed carefully. I'll do it with bash. thanks for the answers. On Thu, Aug 26, 2021 at 12:35 AM Mladen Gogala <gogala.mladen@gmail.com> wrote: > > Yup. /usr/bin/bash should be able to do that, if programmed carefully. > > On 8/25/21 8:20 AM, Gokan Atmaca wrote: > > Hello > > > > I'm backing up with PgBackrest. When backups are finished, I want it > > to notify me via email. Is there a tool for this? > > > > > > Thanks. > > > > > > > -- > Mladen Gogala > Database Consultant > Tel: (347) 321-1217 > https://dbwhisperer.wordpress.com > > >