https://github.com/gschlager/pgsql-mbox-download
Download script for PostgreSQL Mailing Lists
https://github.com/gschlager/pgsql-mbox-download
mbox postgresql
Last synced: about 1 year ago
JSON representation
Download script for PostgreSQL Mailing Lists
- Host: GitHub
- URL: https://github.com/gschlager/pgsql-mbox-download
- Owner: gschlager
- License: mit
- Created: 2017-05-29T21:26:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T16:24:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T15:50:46.738Z (over 1 year ago)
- Topics: mbox, postgresql
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```