<div dir="ltr">Hi Andrew,<div><br></div><div>Have you had a look at the WAL-E project from Heroku? <a href="https://github.com/wal-e/wal-e">https://github.com/wal-e/wal-e</a></div><div><br></div><div>It's been on my list of things to look into but I've never gotten around to it. Sounds like it might be just what you need tho :-)</div><div><br></div><div>Mark</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 January 2015 at 09:59, Tim Cowlishaw <span dir="ltr"><<a href="mailto:tim@timcowlishaw.co.uk" target="_blank">tim@timcowlishaw.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Aha, sorry - didn't read your message closely enough! In that case,<br>
you might get some mileage out of backing up the posgres data dir at<br>
the filesystem level periodically, and duplicating the write-ahead log<br>
to replay any transactions since the last FS backup? This approach is<br>
described here, I'm afraid I can't claim to have any first-hand<br>
experience of it though:<br>
<a href="http://www.postgresql.org/docs/9.2/static/continuous-archiving.html" target="_blank">http://www.postgresql.org/docs/9.2/static/continuous-archiving.html</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 29 January 2015 at 09:52, Andrew Stewart <<a href="mailto:boss@airbladesoftware.com">boss@airbladesoftware.com</a>> wrote:<br>
> On 29 Jan 2015, at 10:50, Tim Cowlishaw <<a href="mailto:tim@timcowlishaw.co.uk">tim@timcowlishaw.co.uk</a>> wrote:<br>
>> Aha! I have a script for exactly this: it's nothing fancy, but it will<br>
>> take a backup, compress it, and rotate the last n backups. Could<br>
>> trivially be extended to send them to S3 too:<br>
>><br>
>> <a href="https://gist.github.com/timcowlishaw/d8734bbaa4c9e85a8a24" target="_blank">https://gist.github.com/timcowlishaw/d8734bbaa4c9e85a8a24</a><br>
><br>
> Thanks!  But as far as I can tell it doesn't do incremental backups.  I wouldn't want to hit the database every few minutes for a full dump...<br>
><br>
> Cheers,<br>
> Andy<br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</div></div></blockquote></div><br></div>