Re: Are file system level differential/incremental backups possible?

Поиск
Список
Период
Сортировка
От Bob Hatfield
Тема Re: Are file system level differential/incremental backups possible?
Дата
Msg-id CAKikJc+1Bf_9NuzSviYP=0nNS8aJBiEzL7yFw7wX=DiLP7nx7Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Are file system level differential/incremental backups possible?  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
> If you drop or truncate a table between the full and the incremental backup, will that file be "resurrected"?
>
> Such resurrected files will not disturb PostgreSQL, but if you keep them around, you might end up with a lot of dead
filesif you have to restore a couple of times. 

That makes sense, thank you.  At one point, I was doing delta copies
of the database: full one night, then only new/changed files the
following nights -- I am pretty sure that didn't work and thought it
was because the destination had extra files that pg had removed on the
primary.  I now use a robocopy /mir which removes files on the
destination that aren't on the primary.  This seems to work fine --
but it made me think that PostreSQL doesn't work with the former
process.

В списке pgsql-general по дате отправления:

Предыдущее
От: Bob Hatfield
Дата:
Сообщение: Re: pg 8.3 replication causing corruption
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: pg 8.3 replication causing corruption