Commit 15c9690d authored by abbycin's avatar abbycin

windows can also run as serivce now

parent b2e6741f
...@@ -14,7 +14,7 @@ username = "abby" ...@@ -14,7 +14,7 @@ username = "abby"
password = "abby" password = "abby"
destination = "D:/backup" destination = "D:/backup"
keep = 3 keep = 3
cron = "0 */1 * * * *" # 每分钟的第0秒运行 cron = "*/1 * * * *" # 每分钟运行
options = ["-Fc", "--no-owner"] options = ["-Fc", "--no-owner"]
[[PGConfig]] [[PGConfig]]
......
...@@ -7,7 +7,7 @@ username = "abby" ...@@ -7,7 +7,7 @@ username = "abby"
password = "abby" password = "abby"
destination = "D:/backup" destination = "D:/backup"
keep = 10 # keep latest 10 hours dump, set -1 to disable cleanup keep = 10 # keep latest 10 hours dump, set -1 to disable cleanup
cron = "1 * * * *" # run every 1 minute cron = "*/1 * * * *" # run every 1 minute
options = ["-Fc", "--no-owner"] options = ["-Fc", "--no-owner"]
#[[PGConfig]] #[[PGConfig]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment