# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/orgrim/pg_back 2.6.0 v go.offline_build no revision 0 description Simple backup tool for PostgreSQL long_description \ pg_back is a dump tool for PostgreSQL. The goal is to dump all or some \ databases with globals at once in the format you want, because a simple \ call to pg_dumpall only dumps databases in the plain SQL format. Behind \ the scene, pg_back uses pg_dumpall to dump roles and tablespaces \ definitions, pg_dump to dump all or each selected database to a separate \ file in the custom format. It also extract database level ACL and \ configuration that is not dumped by pg_dump older than 11. Finally, it \ dumps all configuration options of the PostgreSQL instance. categories databases installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 7b6a1b8432d99e470269da006fe578147d436c08 \ sha256 73ca3bb62ad352143212a9e01713c17e9e3a9cc572061a8bb2f0d4c1ae793c64 \ size 89290 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }