Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gschlager/pgsql-mbox-download

Download script for PostgreSQL Mailing Lists
https://github.com/gschlager/pgsql-mbox-download

mbox postgresql

Last synced: 25 days ago
JSON representation

Download script for PostgreSQL Mailing Lists

Awesome Lists containing this project

README

        

# pgsql-mbox-download
This is a download script for [PostgreSQL Mailing Lists](https://www.postgresql.org/list/).

On first run it downloads all mailing lists. On subsequent runs it downloads only new and changed mbox files.

## Usage

* Build the Docker image
```bash
sudo ./build.sh
```
* Run the Docker container by specifying the download directory.
```bash
sudo ./run.sh ~/Downloads/pgsql-mbox-files/
```