]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_catalog_backup.in
Removed workaround for bug in Ingres with insert into tables with sequences from...
[bacula/bacula] / bacula / src / cats / make_catalog_backup.in
index 98b1ae33876361dbb42a35c67379ee4fffef5d05..b27ffb77d94fe78baff684b0b24a953295638ad9 100755 (executable)
@@ -47,6 +47,7 @@ else
       else
        PGHOST=""
       fi
+      # you could also add --compress for compression.  See man pg_dump
       exec ${BINDIR}/pg_dump -c $PGHOST -U $2 $1 >$1.sql
     else
       echo ".dump" | ${BINDIR}/sqlite3 $1.db >$1.sql
@@ -67,6 +68,6 @@ fi
 #  To read back a PostgreSQL database use:
 #     cd @working_dir@
 #     dropdb bacula
-#     createdb bacula
+#     createdb bacula -T template0 -E SQL_ASCII
 #     psql bacula <bacula.sql
 #