Skip to content

Commit

Permalink
Grab rsync's exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
bebehei committed Aug 2, 2015
1 parent ec7c5d5 commit 22a5046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -8,6 +8,7 @@ current master
- Display warning, when the verbosity is set multiple times (e.g. on
command-line and logfile at the same time)
- Changed maintainership in all files.
- Capture rsync's output right (Github issue 102)

VERSION 1.4.0
------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions rsnapshot-program.pl
Expand Up @@ -3919,6 +3919,7 @@ sub rsync_backup_point {
print_msg($_, 4);
}

waitpid($pid, 0);
$result = $?;
$tryCount += 1;
}
Expand Down

0 comments on commit 22a5046

Please sign in to comment.