> -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:pgsql-general- > [email protected]] Im Auftrag von Moreno Andreo > Gesendet: Mittwoch, 20. September 2017 17:42 > I may be wrong, as I don't know MS SQL Server, but in the way you describe it, > you make me come in mind pg_basebackup().
A VSS writer just prepares a snapshot of the (virtual) machine while pg_basebackup make actually a (safe) copy of the cluster - important differences are that VSS writer 1) is called by the operating system, 2) is much faster and 3) does not need space for a complete backup. But you are right: if you can ensure that pg_basebackup has finished prior to making a backup of the virtual machine, this is certainly safe. Klaus --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
