[[PGConfig]] host = "127.0.0.1" port = 5432 db = ["test", "postgres"] username = "abby" password = "abby" destination = "D:/backup" keep = 10 cron = "0 30 1 * * *" # run every day at 01:30:00 options = ["-Fc", "--no-owner"] #[[PGConfig]] #host = "127.0.0.1" #port = 5433 #db = ["db1", "db2"] #username = "admin" #password = "admin" #destination = "/data/backup" #keep = 10 #cron = "0 0 1 * * *" # run every day at 01:00:00 #options = ["--inserts"]