Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
D
dbackup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abby Cin
dbackup
Commits
15c9690d
Commit
15c9690d
authored
Mar 10, 2020
by
abbycin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows can also run as serivce now
parent
b2e6741f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
conf.toml
conf.toml
+1
-1
No files found.
README.md
View file @
15c9690d
...
...
@@ -14,7 +14,7 @@ username = "abby"
password
=
"abby"
destination
=
"D:/backup"
keep
=
3
cron
=
"
0 */1 * * * *"
# 每分钟的第0秒
运行
cron
=
"
*/1 * * * *"
# 每分钟
运行
options
=
[
"-Fc"
,
"--no-owner"
]
[[PGConfig]]
...
...
conf.toml
View file @
15c9690d
...
...
@@ -7,7 +7,7 @@ username = "abby"
password
=
"abby"
destination
=
"D:/backup"
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"
]
#[[PGConfig]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment