Re: Differential Backups in Windows server

2023-04-27 Thread Erik Wienhold
> On 27/04/2023 13:24 CEST Rajmohan Masa wrote: > > Is it possible to take differential Backup inWindows Server ?If possible > please explain clearly? Not to my knowledge. Postgres itself only allows full backups via pg_basebackup or pg_dumpall. Barman[0] allows differential backup via rsync+ss

Re: Differential Backups in Windows server

2023-04-27 Thread Ravi Krishna
PG does not have a concept of differential backup since it does not track block level changes. Pgbackrest has implemented a different backup using timestamp of last update in data files. Not sure whether it works in windows.--Sent from phone.From: Rajmohan Masa Sent: Thursday, April 27, 2023, 7:25

Differential Backups in Windows server

2023-04-27 Thread Rajmohan Masa
Hi Team, Is it possible to take differential Backup in* Windows Server ? *If possible please explain clearly? I tried with different scenarios but I'm unable to take *Diff Backup* of the postgresql database in *Windows server.* *Much appreciated for Response.* *Thank you,* *Rajamohan M.*