Re: automating backup ?

From: "Zlatko Matic" <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
To: "Michael Fuhr" <mike(at)fuhr(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: automating backup ?
Date: 2005-06-26 23:21:07
Message-ID: 008e01c57aa5$bd3e81f0$14341dc3@zlatko58zaczpv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Fuhr.
Anybody can tell me how to do it on Windows XP ?
Thanks.

----- Original Message -----
From: "Michael Fuhr" <mike(at)fuhr(dot)org>
To: "Zlatko Matic" <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Sunday, June 26, 2005 2:59 PM
Subject: Re: [GENERAL] automating backup ?

> On Sun, Jun 26, 2005 at 11:18:31AM +0200, Zlatko Matic wrote:
>>
>> How to automate backup, so that Postgres automatically backups, for
>> example, once in a week ?
>
> Using the operating system's mechanism for scheduling jobs to run
> periodically. For example, cron on Unix-like systems.
>
>> The same question about vacuum ?
>
> Same answer as above. See also contrib/pg_autovacuum.
>
>> Concerning backup, how to prevent that someone makes a copy (for example
>> pg_dumpall) of a database, then installs new instance of Postgres, create
>> the same user acount that was the original owner and then restore the
>> database. In that case all restrictions would be overriden, right ?
>
> All what restrictions? If you've granted users permission to select
> certain data, then they can copy that data to somewhere else and
> do whatever they like with it; but with the original data they can
> do only what you grant them permission to do. If you don't want
> users to copy data then don't grant them select privilege on it,
> and make sure they don't have database superuser or operating system
> superuser (administrator) privileges on the database server.
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2005-06-26 23:40:03 Finding points within 50 miles
Previous Message Sean Davis 2005-06-26 23:02:43 Re: MacOSX, fink, missing readline/readline.h