Skip to content

Commit

Permalink
Merge pull request #179 from shodanshok/master
Browse files Browse the repository at this point in the history
Restored rsync error code 23 as an important warning
  • Loading branch information
bebehei committed Sep 6, 2017
2 parents 2f58a7f + 812d139 commit 717d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsnapshot-program.pl
Expand Up @@ -4201,7 +4201,7 @@ sub handle_rsync_error {
elsif (23 == $retval) {
print_warn(
"Some files and/or directories in $$bp_ref{'src'} only transferred partially during rsync operation",
4
2
);
syslog_warn(
"Some files and/or directories in $$bp_ref{'src'} only transferred partially during rsync operation"
Expand Down

0 comments on commit 717d75a

Please sign in to comment.