Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gschlager/pgsql-mbox-download
- Owner: gschlager
- License: mit
- Created: 2017-05-29T21:26:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T16:24:16.000Z (over 3 years ago)
- Last Synced: 2024-12-18T14:14:35.100Z (about 1 month 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/
```