From: | Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> |
---|---|
To: | Benjamin Henrion <bh(at)udev(dot)org> |
Cc: | Alex Thurlow <alex-reports(at)blastro(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Incremental backup with RSYNC or something? |
Date: | 2011-11-24 16:20:44 |
Message-ID: | CAFWfU=uBVWW0-r1zW-5n95+3s2OeYh=p_=RSKBtqjOoxtQL0=Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Nov 24, 2011 at 11:53 PM, Benjamin Henrion <bh(at)udev(dot)org> wrote:
> On Thu, Nov 24, 2011 at 4:49 PM, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> wrote:
>> On Wed, Nov 23, 2011 at 6:13 AM, Alex Thurlow <alex-reports(at)blastro(dot)com> wrote:
>>> On 11/22/2011 3:28 PM, Merlin Moncure wrote:
>> ......
>>> How long is this backup taking? I have a ~100GB database that I back up
>>> with pg_dump (which compresses as it dumps if you want it to) and that only
>>> takes 35 minutes. Granted, I have it on some fast SCSI drives in RAID 1,
>>> but even a single SATA drive should still finish in a decent amount of time.
>>
>>
>> Hi Alex, could you share what exact command you use? Mine are SCSI
>> too, in RAID 10, but the dump takes over 2-3 hours (60 GB database)
>> and the CPU consumption during this time is huge.
>
> I wrote a bunch of shell scripts tools to backup postgres 9.1 with
> rsync/ccollect (another hardlink tool), I might find the time to
> publish it on github once I find the time.
Thanks Ben. Look forward to it.
Will the script be different for version 9.0.5? Would love to have
rsync working. Even without a script, just the commands will help.
From | Date | Subject | |
---|---|---|---|
Next Message | Harald Fuchs | 2011-11-24 16:21:05 | Re: How to get normalized data from tekst column |
Previous Message | Gaëtan Allart | 2011-11-24 16:13:58 | Re: General performance/load issue |