AW: AW: secure deletion of archived logs
"Zwettler Markus (OIZ)" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <[email protected]> |
> > Greetings, > > * Zwettler Markus (OIZ) ([email protected]) 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