Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
e68dde42
Commit
e68dde42
authored
Jan 29, 2018
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
7f6e8db3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
4.2_daily_backup_db.sh
qa_shell_script/cron/4.2_daily_backup_db.sh
+1
-0
4.2_rm_db_backup_file.sh
qa_shell_script/cron/4.2_rm_db_backup_file.sh
+2
-0
No files found.
qa_shell_script/cron/4.2_daily_backup_db.sh
0 → 100644
View file @
e68dde42
sh /home/qa-deploy-utils/db-utils/daily_db_backup.sh
"192.168.4.39"
"xyqb_query"
"default"
""
"qa"
"qatest"
all
\ No newline at end of file
qa_shell_script/cron/4.2_rm_db_backup_file.sh
0 → 100644
View file @
e68dde42
find /home/db_sync_configs/
*
-ctime
0.3
-exec
rm
-rf
{}
\;
find /home/db_backups/
*
-ctime
0.3
-exec
rm
-rf
{}
\;
\ No newline at end of file
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