| From: | "Zwettler Markus (OIZ)" <Markus(dot)Zwettler(at)zuerich(dot)ch> |
|---|---|
| To: | Stephen Frost <sfrost(at)snowman(dot)net> |
| Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | AW: AW: secure deletion of archived logs |
| Date: | 2019-12-11 15:25:57 |
| Message-ID: | 32d4fef30e57469c813a5428c2704de9@zuerich.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
>
> Greetings,
>
> * Zwettler Markus (OIZ) (Markus(dot)Zwettler(at)zuerich(dot)ch) wrote:
> > We use "rsync" on XFS with "wsync" mount mode. I think this should do the job?
>
> No, that just makes sure that namespace operations are executed synchronously,
> that doesn't provide any guarantee that the data has actually been written out and
> sync'd.
>
What else? "rsync" on XFS mounted wsync + execute "sync" afterwards?
> > The tools mentioned will all do backup to disk.
> > We are required to do backup to tape.
>
> Back up to disk first and then tar to tape.
>
> Thanks,
>
> Stephen
Markus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Frost | 2019-12-11 15:52:47 | Re: AW: AW: secure deletion of archived logs |
| Previous Message | Peter Eisentraut | 2019-12-11 15:24:37 | Re: Identity columns, DEFAULT keyword and multi-row inserts |