summaryrefslogtreecommitdiff
path: root/localdumpsql
AgeCommit message (Collapse)Author
2012-09-09Fix update mysqldump option --all → --all-databases.Jonas Smedegaard
2007-06-10No check for /usr/lib/postgresql/bin/pg_ctl (it has changed location as is ↵Jonas Smedegaard
not used directly in the script anyway).
2006-07-16Change head -1 -> head -n 1Jonas Smedegaard
2005-12-11Avoid owner in Postgres dumpsJonas Smedegaard
2003-11-20Avoid --extended-insert (to ease human readability).Jonas Smedegaard
2003-06-01Handle empty stamp, and use it when run through cron.daily.Jonas Smedegaard
2003-05-22Set file read-only. Set umask to 277.Jonas Smedegaard
2003-05-22Set dirs read-only.Jonas Smedegaard
2003-05-22Set group ownership.Jonas Smedegaard
2003-05-22Set permissions on each dir instead of recursively.Jonas Smedegaard
2003-05-22Switch back to mkdir, and instead explicitly set permissions and ownership ↵Jonas Smedegaard
(even when not creating the dirs). Quote user a few places.
2003-05-22Use install instead of mkdir to ensure access rights also on parent dirs.Jonas Smedegaard
2003-05-20Bugfixing (users and databases not reset between database engines.Jonas Smedegaard
2003-05-20Rewrite to dump into backupdir for each database owner.Jonas Smedegaard
2003-05-20Avoid messing around with password. Execute MySQL commands directly (without ↵Jonas Smedegaard
pipe).
2002-03-07Rename files and add/improve descriptive headers.Jonas Smedegaard
2002-02-18localdumpsql: Make sure not only postgresql-client is installed before ↵Jonas Smedegaard
looking for databases.
2001-12-12Initial revisionJonas Smedegaard