Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oracle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
oracle
Compare revisions
1c3c63d5ba963e0f0ca20ea99336479e96ba08c4 to fbd2057fbe5e72010f6eac88aa3338a75a8e3007
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/oracle
Select target project
No results found
fbd2057fbe5e72010f6eac88aa3338a75a8e3007
Select Git revision
Branches
main
Swap
Target
ansible/roles/oracle
Select target project
ansible/roles/oracle
1 result
1c3c63d5ba963e0f0ca20ea99336479e96ba08c4
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix backup script
· fbd2057f
jurgenhaas
authored
4 years ago
fbd2057f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/backup.sh.j2
+1
-1
1 addition, 1 deletion
templates/backup.sh.j2
with
1 addition
and
1 deletion
templates/backup.sh.j2
View file @
fbd2057f
...
...
@@ -8,4 +8,4 @@ NOW=$(date +"%Y-%b-%d")
dumpName
=
"/var/backups/oracle/"
$schemaName
"_"
$NOW
".dmp"
logName
=
"/var/backups/oracle/"
$schemaName
"_"
$NOW
".log"
$ORACLE_HOME
/bin/exp system/
/
Oracle18@localhost/XEPDB1
FILE
=
$dumpName
OWNER
=
$schemaName
LOG
=
$logName
STATISTICS
=
None
$ORACLE_HOME
/bin/exp system/Oracle18@localhost/XEPDB1
FILE
=
$dumpName
OWNER
=
$schemaName
LOG
=
$logName
STATISTICS
=
None
This diff is collapsed.
Click to expand it.