This will be full suite of scripts and systemd service to download NSFW content from multiple different websites This will also contain a lot of other random useful files and folders # Certified hood classic ```bash docker exec hentai_postgres bash -c "pg_dumpall -U hentai > /var/lib/postgresql/dump$(date +'%F').sql" ``` Change the input file accordingly ```bash docker exec -i hentai_postgres bash -c "PGPASSWORD=h99nqaNPhpfbuuhCDwQXLpZAnoVTjSQP7taoqmQhpzc2rPLVC4JUAKxAHfuuhuU9 psql --username hentai" < ~/docker/Hentai/db/dump.sql ```