How to create nightly backups in Linux

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: How to create nightly backups in Linux
Date: 2006-09-27 18:17:24
Message-ID: efef8i$j4s$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using the the following scheduler script to create nightly backups in
Windows:

set pgpassword=mypass
set FILENAME=%DATE:~8,4%%DATE:~5,2%%DATE:~2,2%mybackup.backup
"C:\Program Files\PostgreSQL\8.1\bin\pg_dump.exe" -i -Z9 -b -v -f
"%FILENAME%" -F c -h localhost -U postgres mydb

I'm bit new to Linux. I'm using white-box linux and Postgres 8.1.4
How to create backups of database with unique name in every night ?
Is there some script sample which can be called from /etc/crontab ?

Andrus.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wampler 2006-09-27 18:28:51 Re: How to create nightly backups in Linux
Previous Message Andrew Sullivan 2006-09-27 17:51:04 Re: Dead Lock problem with 8.1.3