Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
ccollect
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ungleich@saz.sh
ccollect
Commits
ad3b9157
Commit
ad3b9157
authored
May 16, 2020
by
ungleich@saz.sh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make rsync return code available in post_exec
parent
109b70ea
Pipeline
#1454
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ccollect
ccollect
+5
-0
No files found.
ccollect
View file @
ad3b9157
...
...
@@ -824,6 +824,11 @@ while [ "${source_no}" -lt "${no_sources}" ]; do
rsync
"
$@
"
"
${
source
}
"
"
${
destination_dir
}
"
;
ret
=
$?
_techo
"Finished backup (rsync return code:
$ret
)."
#
# export rsync return code, might be useful in post_exec
#
export
rsync_ret
=
$ret
#
# Set modification time (mtime) to current time, if sorting by mtime is enabled
#
...
...
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