Skip to content

Instantly share code, notes, and snippets.

View cmichallek's full-sized avatar

Christian Michallek cmichallek

  • FastBill GmbH
  • FFM
View GitHub Profile
@cmichallek
cmichallek / pg_backup.sh
Last active December 18, 2015 00:39 — forked from spiderr/pg_backup.sh
#!/bin/sh
export LANG=C
#
# Postgresql backup script
# http://www.bitweaver.org/wiki/pg_backup+PostgreSQL+backup+script
#
# Author
# |
# +-- speedboy (speedboy_420 at hotmail dot com)
# +-- spiderr (spiderr at bitweaver dot org)